fix(core): update

This commit is contained in:
2020-06-18 21:04:52 +00:00
parent ff5ab4def0
commit ee25cfc78f
8 changed files with 10574 additions and 5 deletions

4
ts/smartmail.paths.ts Normal file
View File

@@ -0,0 +1,4 @@
import * as plugins from './smartmail.plugins';
export const packageDir = plugins.path.join(__dirname, '../');
export const assetDir = plugins.path.join(packageDir, './assets');