audit full project flows and harden backend

This commit is contained in:
2026-08-03 16:03:44 +08:00
parent d8d62469d6
commit 95b6f2b69c
22 changed files with 505 additions and 890 deletions

View File

@@ -7,7 +7,7 @@
"dev": "vite",
"build": "vite build && node scripts/prepare-sites-build.mjs",
"preview": "vite preview",
"test:sites": "node --test tests/sites-worker.test.mjs"
"test:sites": "npm run build && node --test tests/sites-worker.test.mjs"
},
"dependencies": {
"@fontsource-variable/noto-sans-sc": "^5.3.0",