Add local DBGate server

This commit is contained in:
2026-08-05 21:59:00 +02:00
parent 2106201f9c
commit ffe70e65ac
2 changed files with 11639 additions and 0 deletions
+11637
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -10,6 +10,7 @@
"catalog:dry-run": "tsx src/cli.ts catalog-maker --dry-run", "catalog:dry-run": "tsx src/cli.ts catalog-maker --dry-run",
"db:create-scrape": "tsx scripts/create-local-scrape-db.ts", "db:create-scrape": "tsx scripts/create-local-scrape-db.ts",
"db:migrate-mapping-to-scrape": "tsx scripts/migrate-mapping-to-scrape-db.ts", "db:migrate-mapping-to-scrape": "tsx scripts/migrate-mapping-to-scrape-db.ts",
"dbgate": "dbgate-serve",
"test": "tsx --test test/*.test.ts", "test": "tsx --test test/*.test.ts",
"test:ui": "playwright test", "test:ui": "playwright test",
"test:e2e": "playwright test tests/ui/database.e2e.spec.ts", "test:e2e": "playwright test tests/ui/database.e2e.spec.ts",
@@ -28,6 +29,7 @@
"devDependencies": { "devDependencies": {
"@tailwindcss/cli": "^4.3.3", "@tailwindcss/cli": "^4.3.3",
"@types/node": "^26.1.2", "@types/node": "^26.1.2",
"dbgate-serve": "^7.2.3",
"tailwindcss": "^4.3.3", "tailwindcss": "^4.3.3",
"tsx": "^4.23.7", "tsx": "^4.23.7",
"typescript": "^7.0.2" "typescript": "^7.0.2"