Sha256: 1b9e121f6c2d34ef422e9b813b9efff49675b0014354998263b29536636ca74c
Contents?: true
Size: 244 Bytes
Versions: 26
Compression:
Stored size: 244 Bytes
Contents
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 };
Version data entries
26 entries across 26 versions & 1 rubygems