Fly.io setup with 1 machine
This commit is contained in:
+2
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user