Add local DBGate server
This commit is contained in:
@@ -10,6 +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",
|
||||
"test": "tsx --test test/*.test.ts",
|
||||
"test:ui": "playwright test",
|
||||
"test:e2e": "playwright test tests/ui/database.e2e.spec.ts",
|
||||
@@ -28,6 +29,7 @@
|
||||
"devDependencies": {
|
||||
"@tailwindcss/cli": "^4.3.3",
|
||||
"@types/node": "^26.1.2",
|
||||
"dbgate-serve": "^7.2.3",
|
||||
"tailwindcss": "^4.3.3",
|
||||
"tsx": "^4.23.7",
|
||||
"typescript": "^7.0.2"
|
||||
|
||||
Reference in New Issue
Block a user