- 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
16 lines
408 B
JSON
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"
|
|
}
|
|
}
|