clarify data ownership

This commit is contained in:
2026-08-14 18:24:33 -05:00
parent deb2c15ab4
commit 551bdc4104
14 changed files with 186 additions and 27 deletions
+1
View File
@@ -19,6 +19,7 @@
"start:readonly": "FORMULATION_READ_ONLY=true HOST=127.0.0.1 PORT=4399 node dist/app/server/entry.mjs",
"preview:app": "astro preview --config astro.app.config.mjs --port 4322",
"test": "vitest run",
"db:backup": "node scripts/db-backup.mjs",
"db:reset": "node scripts/db-sync.mjs --reset",
"db:import:yaml": "node scripts/db-sync.mjs --reset"
},