Create nixpacks.toml
This commit is contained in:
parent
299f5dc02b
commit
dfe61d1b25
1 changed files with 17 additions and 0 deletions
17
nixpacks.toml
Normal file
17
nixpacks.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
[phases.install]
|
||||
commands = [
|
||||
"npm install -g bun"
|
||||
]
|
||||
|
||||
[phases.setup]
|
||||
commands = [
|
||||
"bun install",
|
||||
]
|
||||
|
||||
[phases.build]
|
||||
commands = [
|
||||
"bun build",
|
||||
]
|
||||
|
||||
[phases.start]
|
||||
commands = ["bun run start"]
|
Loading…
Reference in a new issue