UNPKG

@nuxt/test-utils

Version:
5 lines (3 loc) 167 B
import { dirname, resolve } from 'node:path' import { fileURLToPath } from 'node:url' export const distDir = resolve(dirname(fileURLToPath(import.meta.url)), 'dist')