Nuxt/packages/test-utils/src/dirs.ts

5 lines
137 B
TypeScript

import { fileURLToPath } from 'node:url'
import { dirname } from 'pathe'
export const distDir = dirname(fileURLToPath(import.meta.url))