db: amq json import script

This commit is contained in:
2026-02-05 00:32:45 -08:00
parent c725453e8a
commit e24fb58d4e
2 changed files with 490 additions and 0 deletions

View File

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