Create nixpacks.toml
This commit is contained in:
parent
897e56eb08
commit
ed62c646de
1 changed files with 11 additions and 0 deletions
11
nixpacks.toml
Normal file
11
nixpacks.toml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[phases.setup]
|
||||||
|
pkgs = ["bun"]
|
||||||
|
|
||||||
|
[phases.install]
|
||||||
|
cmds = ["bun install"]
|
||||||
|
|
||||||
|
[phases.build]
|
||||||
|
cmds = ["bun run build"]
|
||||||
|
|
||||||
|
[start]
|
||||||
|
cmd = "bun run start"
|
Loading…
Reference in a new issue