Delete nixpacks.toml

This commit is contained in:
chark1es 2025-01-23 14:53:05 -08:00
parent cbd1e2d214
commit 299f5dc02b

View file

@ -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"