Add nixpacks.toml for Railway deployment with bun
This commit is contained in:
8
nixpacks.toml
Normal file
8
nixpacks.toml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
[phases.setup]
|
||||||
|
nixpkgsArchive = 'master'
|
||||||
|
|
||||||
|
[phases.build]
|
||||||
|
cmds = ['bun install', 'bun --bun run build']
|
||||||
|
|
||||||
|
[start]
|
||||||
|
cmd = 'bun --bun start'
|
||||||
Reference in New Issue
Block a user