fix(core): update

This commit is contained in:
2019-08-23 03:55:31 +02:00
parent ec1958d882
commit 4b5b683fff
3 changed files with 116 additions and 237 deletions

View File

@ -1,3 +1,3 @@
import plugins = require('./tools.plugins');
export let packageBase = plugins.path.join('__dirname', '../');
export const packageBase = plugins.path.join(__dirname, '../');