fix(core): update
This commit is contained in:
12
assets/templates/website/ts/index.ts
Normal file
12
assets/templates/website/ts/index.ts
Normal file
@ -0,0 +1,12 @@
|
||||
import * as plugins from './ffb.plugins.js';
|
||||
import * as paths from './ffb.paths.js';
|
||||
|
||||
export const runCli = async () => {
|
||||
const serviceQenv = new plugins.qenv.Qenv('./', './.nogit', false);
|
||||
const websiteServer = new plugins.loleWebsiteserver.LoleWebsiteServer({
|
||||
feedMetadata: null,
|
||||
domain: '{{module.projectDomain}}',
|
||||
serveDir: paths.distWebDir
|
||||
});
|
||||
await websiteServer.start();
|
||||
};
|
Reference in New Issue
Block a user