astro-ghostcms/.pnpm-store/v3/files/12/a7074a193cd49e1346da4cfb7b8...

8 lines
238 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import url from 'node:url';
import { resolve } from 'pathe';
const rootDir = resolve(url.fileURLToPath(import.meta.url), "../../");
const distDir = resolve(url.fileURLToPath(import.meta.url), "../../dist");
export { distDir, rootDir };