fix(core): update

This commit is contained in:
2021-12-18 01:41:50 +01:00
commit e0f6a501e0
15 changed files with 29444 additions and 0 deletions

6
ts/paths.ts Normal file
View File

@@ -0,0 +1,6 @@
import * as plugins from './smarts3.plugins';
export const packageDir = plugins.path.join(__dirname, '../');
export const nogitDir = plugins.path.join(packageDir, './.nogit');
export const bucketsDir = plugins.path.join(nogitDir, './bucketsDir');