mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
【新增】私有证书
This commit is contained in:
@@ -14,7 +14,16 @@
|
||||
"devcloud": "turbo run dev --filter cloud-control --",
|
||||
"buildcloud": "turbo run build --filter cloud-control && node apps/cloud-control/upload.js",
|
||||
"uploadcloud": "node apps/cloud-control/upload.js",
|
||||
"sync": "sh ./scripts/sync-project.sh"
|
||||
"sync": "sh ./scripts/sync-project.sh",
|
||||
"dev:docs": "turbo run dev --filter=!docs --filter=!monorepo-docs",
|
||||
"build:docs": "turbo run build --filter=!docs --filter=!monorepo-docs",
|
||||
"lint:docs": "turbo run lint --filter=!docs --filter=!monorepo-docs",
|
||||
"dev:domain-official": "turbo run dev --filter=domain-official",
|
||||
"build:domain-official": "turbo run build --filter=domain-official",
|
||||
"lint:domain-official": "turbo run lint --filter=domain-official",
|
||||
"dev:dmb": "turbo run dev --filter=domain-management-backend",
|
||||
"build:dmb": "turbo run build --filter=domain-management-backend",
|
||||
"lint:dmb": "turbo run lint --filter=domain-management-backend"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
@@ -23,12 +32,13 @@
|
||||
"@types/ramda": "^0.30.2",
|
||||
"fake-indexeddb": "^6.0.0",
|
||||
"jsdom": "^26.0.0",
|
||||
"msw": "^2.10.5",
|
||||
"turbo": "^2.4.4",
|
||||
"typescript": "5.8.2",
|
||||
"vitest": "^3.0.7",
|
||||
"vue-i18n": "^11.1.2"
|
||||
},
|
||||
"packageManager": "pnpm@9.0.0",
|
||||
"packageManager": "pnpm@10.14.0",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
@@ -38,5 +48,10 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"pre-commit": "^1.2.2"
|
||||
},
|
||||
"msw": {
|
||||
"workerDirectory": [
|
||||
"apps\\domain-management-backend\\public"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user