This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
certd
mirror of
https://github.com/certd/certd
Watch
1
Star
0
Fork
You've already forked certd
0
Code
Issues
Projects
Releases
Wiki
Activity
c3f04a80fd
certd
/
packages
/
ui
/
certd-server
/
bootstrap.js
3 lines
72 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: 升级midway,支持esm
2024-07-14 16:30:33 +00:00
import
{
Bootstrap
}
from
'@midwayjs/bootstrap'
;
await
Bootstrap
.
run
(
)
;