chore: bootstrap.js

This commit is contained in:
2026-07-01 17:45:07 +08:00
parent 00d3cbc5f2
commit 1a713dfef8
+10
View File
@@ -0,0 +1,10 @@
const { Bootstrap } = require('@midwayjs/bootstrap');
const koa = require('@midwayjs/koa');
Bootstrap.configure({
imports: [
koa,
require('./dist/configuration'),
],
moduleDetector: false,
}).run();