UNPKG

@vidavidorra/create-project

Version:
5 lines 224 B
import { resolve, dirname } from 'node:path'; import { fileURLToPath } from 'node:url'; const rootPath = resolve(dirname(fileURLToPath(import.meta.url)), '../'); export default rootPath; //# sourceMappingURL=root-path.js.map