fix(core): update

This commit is contained in:
2023-08-03 19:22:34 +02:00
parent 1664eee3fe
commit a12418ba9c
18 changed files with 2670 additions and 27032 deletions

View File

@@ -1,8 +1,11 @@
import * as plugins from './npmextra.plugins';
import * as plugins from './npmextra.plugins.js';
// directories
export let cwd = process.cwd();
export let packageDir = plugins.path.join(__dirname, '../');
export let packageDir = plugins.path.join(
plugins.smartpath.get.dirnameFromImportMetaUrl(import.meta.url),
'../'
);
// ----------------------
// keyValueStore specific