mirror of
https://github.com/certd/certd.git
synced 2026-07-21 18:37:33 +08:00
chore: 完善第三方依赖动态加载
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
"preview": "vite preview",
|
||||
"test:unit": "cross-env NODE_ENV=unittest echo no unit tests",
|
||||
"pub": "npm publish",
|
||||
"compile": "npm run build"
|
||||
"compile": "npm run build",
|
||||
"format": "prettier --write src",
|
||||
"lint": "eslint --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"nanoid": "^4.0.0"
|
||||
|
||||
Reference in New Issue
Block a user