Fly.io setup with 1 machine

This commit is contained in:
Dominic Ferrando
2025-05-04 15:23:05 -04:00
parent d5da472661
commit 228b4a7b94
6 changed files with 90 additions and 1 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
"@types/bun": "^1.2.11"
},
"scripts": {
"db:seed": "sqlite3 ./database/data.db < ./database/seed.sql"
"db:seed": "sqlite3 ./database/data.db < ./database/seed.sql",
"start": "bun run main.ts"
}
}