Files
mnote/package.json
T
lix-2026 47e224d419 chore: align sqlite control plane architecture
- replace default Convex control-plane wording with Rust SQLite control-plane across architecture, AGENTS, Reasonix, and design docs

- retire root Convex functions source and deploy script into recycle while keeping explicit cloud/compat/sync-replica boundaries

- add control-plane migration guard/docs and keep CodeGraph refreshed after the SQLite control-plane cutover
2026-05-22 17:45:22 +08:00

16 lines
408 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"
},
"devDependencies": {
"@playwright/test": "^1.56.1",
"playwright": "^1.56.1"
}
}