mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-26 19:56:37 +08:00
feat: 添加更好的 SQLite3 模块加载和错误处理,更新相关组件以支持项目路径
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
"docs:build": "npm run build --workspace=ccw/docs-site",
|
||||
"ws:install": "npm install",
|
||||
"ws:all": "concurrently \"npm run frontend\" \"npm run docs\" --names \"FRONTEND,DOCS\" --prefix-colors \"blue,green\"",
|
||||
"ws:build-all": "npm run build && npm run frontend:build && npm run docs:build"
|
||||
"ws:build-all": "npm run build && npm run frontend:build && npm run docs:build",
|
||||
"postinstall": "npm rebuild better-sqlite3 || echo [CCW] better-sqlite3 rebuild skipped"
|
||||
},
|
||||
"keywords": [
|
||||
"claude",
|
||||
|
||||
Reference in New Issue
Block a user