mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
feat: 升级midway,支持esm
This commit is contained in:
+2
-2
@@ -1,2 +1,2 @@
|
||||
const { Bootstrap } = require('@midwayjs/bootstrap');
|
||||
Bootstrap.run();
|
||||
import { Bootstrap } from '@midwayjs/bootstrap';
|
||||
await Bootstrap.run();
|
||||
|
||||
Reference in New Issue
Block a user