fix(core): update
This commit is contained in:
4
ts/smartmail.paths.ts
Normal file
4
ts/smartmail.paths.ts
Normal 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');
|
||||
Reference in New Issue
Block a user