mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
🔱: [server] sync upgrade with 21 commits [trident-sync]
Update README.md
This commit is contained in:
7
packages/ui/certd-server/bootstrap.js
vendored
Normal file
7
packages/ui/certd-server/bootstrap.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
const WebFramework = require('@midwayjs/koa').Framework;
|
||||
const web = new WebFramework().configure({
|
||||
port: 7001,
|
||||
});
|
||||
|
||||
const { Bootstrap } = require('@midwayjs/bootstrap');
|
||||
Bootstrap.load(web).run();
|
||||
Reference in New Issue
Block a user