mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
【新增】插件git同步模块,用于同步项目内容,加速项目开发
【调整】前端暗色问题
This commit is contained in:
@@ -9,10 +9,11 @@
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
||||
"check-types": "turbo run check-types",
|
||||
"test": "vitest",
|
||||
"clear": "sh ./scripts/clear.sh",
|
||||
"clear": "sh ./scripts/clear-temp.sh",
|
||||
"cursor:backup": "sh ./scripts/cursor_backup.sh",
|
||||
"devcloud": "turbo run dev --filter cloud-control",
|
||||
"buildcloud": "turbo run build --filter cloud-control"
|
||||
"buildcloud": "turbo run build --filter cloud-control",
|
||||
"sync": "sh ./scripts/sync-project.sh"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
@@ -33,5 +34,8 @@
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"pre-commit": "^1.2.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user