Add nixpacks.toml for Railway deployment with bun

This commit is contained in:
2026-03-06 19:44:10 +02:00
parent 61de53c014
commit 742242ffb8

8
nixpacks.toml Normal file
View File

@@ -0,0 +1,8 @@
[phases.setup]
nixpkgsArchive = 'master'
[phases.build]
cmds = ['bun install', 'bun --bun run build']
[start]
cmd = 'bun --bun start'