Files
memecoin-botV2/.pnpm-store/v10/files/8a/53b4d1b2d15348ba66a3383b51e001e20c2f12c3b774a810906d2acf6a4fef1f796e849ae781d9bfefa3290eebb33637bd17f4ca20f3bb1a05ce9061af99db

8 lines
242 B
Plaintext

import { resolve } from 'node:path';
import url from 'node:url';
const rootDir = resolve(url.fileURLToPath(import.meta.url), "../../");
const distDir = resolve(url.fileURLToPath(import.meta.url), "../../dist");
export { distDir, rootDir };