More work on deployment

This commit is contained in:
Dominic Ferrando
2025-05-04 17:02:19 -04:00
parent 228b4a7b94
commit f93f9a7529
9 changed files with 31 additions and 5 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
"@types/bun": "^1.2.11"
},
"scripts": {
"db:seed": "sqlite3 ./database/data.db < ./database/seed.sql",
"db:seed:dev": "sqlite3 ./data/data.db < ./data/seed.sql",
"db:seed:prod": "sqlite3 /data/data.db < ./data/seed.sql",
"start": "bun run main.ts"
}
}