5 lines
179 B
TypeScript
5 lines
179 B
TypeScript
|
import * as plugins from './smartmail.plugins';
|
||
|
|
||
|
export const packageDir = plugins.path.join(__dirname, '../');
|
||
|
export const assetDir = plugins.path.join(packageDir, './assets');
|