feat: migrate CozSweet legal documents

This commit is contained in:
Codex
2026-07-29 16:08:43 +08:00
parent c2e4e2763f
commit 8735a88ef6
19 changed files with 2025 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"dev": "WRANGLER_LOG_PATH=.wrangler/wrangler.log vite",
"build": "bash scripts/build-verified.sh",
"start": "WRANGLER_LOG_PATH=.wrangler/wrangler.log vinext start",
"test": "npm run build && node --test tests/rendered-html.test.mjs",
"test": "npm run build && node --test tests/*.test.mjs",
"validate:artifact": "bash scripts/validate-artifact.sh",
"lint": "bash scripts/sites-env.sh -- eslint . --ignore-pattern dist --ignore-pattern .next",
"db:generate": "bash scripts/sites-env.sh -- drizzle-kit generate"