feat(#14): Add zero-setup Docker data initialization

This commit is contained in:
Josh Creek
2026-07-24 22:24:45 +01:00
parent 5976b46cad
commit 0b1d647aec
14 changed files with 509 additions and 72 deletions
+2 -1
View File
@@ -7,9 +7,10 @@
"dev": "vite dev",
"build": "vite build",
"build:docker": "DEPLOY_TARGET=docker vite build",
"build:netlify": "NETWORK_READ_ONLY=true DEPLOY_TARGET=netlify vite build",
"build:netlify": "NETWORK_READ_ONLY=true OND_STATIC_DEMO=true DEPLOY_TARGET=netlify vite build",
"start": "node server.mjs",
"preview": "vite preview",
"test": "node --test tests/*.test.mjs",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",