BREAKING CHANGE(core): update

This commit is contained in:
2023-11-06 18:14:21 +01:00
parent 35f66736f0
commit a9bd693065
18 changed files with 2373 additions and 1496 deletions

7
ts/paths.ts Normal file
View File

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