fix(core): update
This commit is contained in:
9
assets/templates/service/ts/some.paths.ts
Normal file
9
assets/templates/service/ts/some.paths.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
fileName: {{module.name}}.paths.ts
|
||||
---
|
||||
import * as plugins from './{{module.name}}.plugins.js';
|
||||
|
||||
export const packageDir = plugins.path.join(
|
||||
plugins.smartpath.get.dirnameFromImportMetaUrl(import.meta.url),
|
||||
'../'
|
||||
);
|
Reference in New Issue
Block a user