fix(core): update

This commit is contained in:
2022-08-07 11:38:07 +02:00
parent 93a9bf437d
commit e25c885ddf
15 changed files with 11589 additions and 9427 deletions
+5 -2
View File
@@ -1,4 +1,7 @@
import * as plugins from './smartmail.plugins';
import * as plugins from './smartmail.plugins.js';
export const packageDir = plugins.path.join(__dirname, '../');
export const packageDir = plugins.path.join(
plugins.smartpath.get.dirnameFromImportMetaUrl(import.meta.url),
'../'
);
export const assetDir = plugins.path.join(packageDir, './assets');