mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
chore: 准备打包
This commit is contained in:
7
packages/ui/certd-server/bootstrap.js
vendored
7
packages/ui/certd-server/bootstrap.js
vendored
@@ -1,7 +1,2 @@
|
||||
const WebFramework = require('@midwayjs/koa').Framework;
|
||||
const web = new WebFramework().configure({
|
||||
port: 7001,
|
||||
});
|
||||
|
||||
const { Bootstrap } = require('@midwayjs/bootstrap');
|
||||
Bootstrap.load(web).run();
|
||||
Bootstrap.run();
|
||||
|
||||
Reference in New Issue
Block a user