chore: bootstrap.js
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
|||||||
|
const { Bootstrap } = require('@midwayjs/bootstrap');
|
||||||
|
const koa = require('@midwayjs/koa');
|
||||||
|
|
||||||
|
Bootstrap.configure({
|
||||||
|
imports: [
|
||||||
|
koa,
|
||||||
|
require('./dist/configuration'),
|
||||||
|
],
|
||||||
|
moduleDetector: false,
|
||||||
|
}).run();
|
||||||
Reference in New Issue
Block a user