清理历史 Electron、Graphify、沙箱和截图等仓库跟踪残留,补充 CodeGraph 与 Convex active deploy source 协作说明。 新增 tree-first 下一阶段设计稿和 2026-05-20 清理总结,记录本地工作区、路径身份和 Zed/Lapce/VSCode 参考收口方向。 扩展 Rust Web 本地文件夹、DocumentBuffer、mindmap 资源、tree runtime 和页面聚合链路,并补充 task455 local-folder mindmap clean smoke。 验证:git diff --check 通过;pnpm store status --store-dir .pnpm-store 通过;npm ls --depth=0 --json 通过;find -L node_modules 未发现断链。cargo test -p mnote-web 当前 418 passed / 35 failed。
18 lines
455 B
JSON
18 lines
455 B
JSON
{
|
|
"name": "mnote-desktop",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"desktop": "node scripts/desktop-prod.js",
|
|
"desktop:hot": "node scripts/desktop-hot.js",
|
|
"dev:hot": "node scripts/dev-hot.js",
|
|
"check:local-first-convex-guard": "node scripts/check-local-first-convex-guard.js"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.56.1",
|
|
"convex": "^1.39.1",
|
|
"playwright": "^1.56.1"
|
|
}
|
|
}
|