fix(core): update

This commit is contained in:
2019-08-27 18:46:03 +02:00
parent fa16aaa2c1
commit 1372a2bb7e
5 changed files with 4 additions and 5 deletions

View File

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