Preconfigure local DBGate connections

This commit is contained in:
2026-08-05 22:08:42 +02:00
parent ffe70e65ac
commit 7a45686952
3 changed files with 65 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"catalog:dry-run": "tsx src/cli.ts catalog-maker --dry-run",
"db:create-scrape": "tsx scripts/create-local-scrape-db.ts",
"db:migrate-mapping-to-scrape": "tsx scripts/migrate-mapping-to-scrape-db.ts",
"dbgate": "dbgate-serve",
"dbgate": "tsx scripts/start-dbgate.ts",
"test": "tsx --test test/*.test.ts",
"test:ui": "playwright test",
"test:e2e": "playwright test tests/ui/database.e2e.spec.ts",