Delete nixpacks.toml
This commit is contained in:
parent
cbd1e2d214
commit
299f5dc02b
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
||||||
[phases.setup]
|
|
||||||
commands = [
|
|
||||||
"apt-get update && apt-get install -y unzip curl",
|
|
||||||
"curl -fsSL https://bun.sh/install | bash",
|
|
||||||
"echo 'export PATH=$HOME/.bun/bin:$PATH' >> /etc/profile",
|
|
||||||
|
|
||||||
"source /etc/profile && bun install",
|
|
||||||
]
|
|
||||||
|
|
||||||
[phases.build]
|
|
||||||
commands = [
|
|
||||||
"source /etc/profile && bun build"
|
|
||||||
]
|
|
||||||
|
|
||||||
[phases.start]
|
|
||||||
commands = ["source /etc/profile && bun run start"]
|
|
||||||
|
|
||||||
[environment]
|
|
||||||
PATH = "$HOME/.bun/bin:$PATH"
|
|
Loading…
Reference in a new issue