fix(core): update
This commit is contained in:
7
assets/templates/website/ts/ffb.paths.ts
Normal file
7
assets/templates/website/ts/ffb.paths.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as plugins from './ffb.plugins.js';
|
||||
|
||||
export const packageDir = plugins.path.join(
|
||||
plugins.smartpath.get.dirnameFromImportMetaUrl(import.meta.url),
|
||||
'../'
|
||||
);
|
||||
export const distWebDir = plugins.path.join(packageDir, 'dist_serve/');
|
Reference in New Issue
Block a user