Configure posgres DB

This commit is contained in:
KS Jannette
2026-05-18 18:16:14 -04:00
parent cbb76fd72d
commit f32c6d55f0
4 changed files with 6 additions and 41 deletions

View File

@@ -6,8 +6,6 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsx src/index.ts",
"db:up": "docker compose up -d",
"db:down": "docker compose down",
"db:migrate": "tsx scripts/migrate.ts"
},
"keywords": [],