Fail loudly on connection error while running migrations

Closes #77
This commit is contained in:
Bruno Bernardino
2025-07-11 09:14:17 +01:00
parent e0ad428a9f
commit 5d324aac9e
4 changed files with 15 additions and 4 deletions

View File

@@ -36,6 +36,7 @@
"$fresh/": "https://deno.land/x/fresh@1.7.3/",
"std/": "https://deno.land/std@0.224.0/",
"$std/": "https://deno.land/std@0.224.0/",
"postgres": "https://deno.land/x/postgres@v0.19.3/mod.ts",
"preact": "https://esm.sh/preact@10.23.2",
"preact/": "https://esm.sh/preact@10.23.2/",
"@preact/signals": "https://esm.sh/*@preact/signals@1.3.0",