fix(core): update

This commit is contained in:
2024-05-10 15:55:25 +02:00
parent d88af368a4
commit 2f04474dab
8 changed files with 390 additions and 1417 deletions

4
ts/paths.ts Normal file
View File

@ -0,0 +1,4 @@
import * as plugins from './plugins.js';
export const cwd = process.cwd();
export const packageDir = plugins.path.join(plugins.smartpath.get.dirnameFromImportMetaUrl(import.meta.url), '../');