3 lines
71 B
JavaScript
3 lines
71 B
JavaScript
|
const { Bootstrap } = require('@midwayjs/bootstrap');
|
||
|
Bootstrap.run();
|