Create nixpacks.toml

This commit is contained in:
chark1es 2025-01-23 14:17:35 -08:00
parent 897e56eb08
commit ed62c646de

11
nixpacks.toml Normal file
View 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"