mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2026-01-20 04:38:12 +00:00
测试
This commit is contained in:
parent
79e87ebd1f
commit
4a71204aa3
4
bootstrap.js
vendored
4
bootstrap.js
vendored
@ -1,7 +1,7 @@
|
|||||||
const WebFramework = require('@midwayjs/web').Framework;
|
const WebFramework = require('@midwayjs/web').Framework;
|
||||||
const web = new WebFramework().configure({
|
const web = new WebFramework().configure({
|
||||||
port: 7001,
|
port: 8001,
|
||||||
});
|
});
|
||||||
|
|
||||||
const { Bootstrap } = require('@midwayjs/bootstrap');
|
const { Bootstrap } = require('@midwayjs/bootstrap');
|
||||||
Bootstrap.load(web).run();
|
Bootstrap.load(web).run();
|
||||||
Loading…
x
Reference in New Issue
Block a user