bootstrap.js 112 B

123
  1. // eslint-disable-next-line no-redeclare
  2. const { Bootstrap } = require('@midwayjs/bootstrap');
  3. Bootstrap.run();