3d73618270
删除约50个文件: - 翻译/i18n工具 21个(cjk_*、extract_*、apply_*等) - 部署脚本 3个(build_and_push、deploy) - 诊断调试文件 15个(check_*、query_*、db_output等) - 旧截图 1个 - 杂项配置文件 3个(.antigravityrules .cursorrules tm_schema.txt) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
20 lines
390 B
JSON
20 lines
390 B
JSON
{
|
|
"name": "simple-kb-monorepo",
|
|
"private": true,
|
|
"workspaces": [
|
|
"web",
|
|
"server"
|
|
],
|
|
"scripts": {
|
|
"dev": "concurrently \"yarn workspace web dev\" \"yarn workspace server start:dev\"",
|
|
"install:all": "yarn install"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^8.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@playwright/test": "^1.61.0",
|
|
"playwright": "^1.60.0"
|
|
}
|
|
}
|