automated_api/bootstrap.js

3 lines
71 B
JavaScript
Raw Normal View History

2025-01-09 16:10:19 +08:00
const { Bootstrap } = require('@midwayjs/bootstrap');
Bootstrap.run();