fix: 修复n8n项目多个模块错误和配置问题
- 添加WooCommerce节点描述文件 - 实现错误处理基础类结构 - 修复data-store仓库TypeScript类型问题 - 更新Claude本地配置 - 修复start.bat脚本
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"clean": "rimraf dist .turbo",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"copy-templates": "node scripts/copy-templates.mjs",
|
||||
"dev": "tsc -p tsconfig.build.json -w --onCompilationComplete \"pnpm copy-templates\"",
|
||||
"dev": "tsc-watch -p tsconfig.build.json --onSuccess \"pnpm copy-templates\"",
|
||||
"format": "biome format --write src",
|
||||
"format:check": "biome ci src",
|
||||
"lint": "eslint src --quiet",
|
||||
|
||||
Reference in New Issue
Block a user