db: change anime category number type to number

This commit is contained in:
2026-02-09 18:51:30 -08:00
parent 7b8ccb0e83
commit 2bf5aeb1c0
5 changed files with 12 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
"dev": "vite dev",
"build": "vite build",
"preview": "bun run build && wrangler dev",
"db:push": "drizzle-kit push",
"db:import": "bun run src/lib/db/import-amq.ts",
"format": "biome check --write",
"prepare": "svelte-kit sync || echo ''",