This commit is contained in:
ap 2021-02-28 22:32:00 +08:00
parent 79e87ebd1f
commit 4a71204aa3

2
bootstrap.js vendored
View File

@ -1,6 +1,6 @@
const WebFramework = require('@midwayjs/web').Framework;
const web = new WebFramework().configure({
port: 7001,
port: 8001,
});
const { Bootstrap } = require('@midwayjs/bootstrap');