aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/vitest/dist/path.js
blob: 0acf87b08855a27fb72f1fe774aea49ee950dba2 (plain) (blame)
1
2
3
4
5
6
7
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 };