start/bootstrap.js
2023-09-01 16:03:20 +08:00

3 lines
71 B
JavaScript

const { Bootstrap } = require('@midwayjs/bootstrap');
Bootstrap.run();