Skip to content

Commit 421246f

Browse files
committed
fix: standardize quotes and update package list in Nixpacks configuration
1 parent addf371 commit 421246f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nixpacks.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[phases.setup]
2-
nixPkgs = ['nodejs_20', 'pnpm-9_x']
2+
packages = ["nodejs_20", "pnpm-9_x", "curl", "wget"]
33

44
[phases.install]
5-
cmds = ['pnpm i --frozen-lockfile']
5+
cmds = ["pnpm i --frozen-lockfile"]
66

77
[phases.build]
8-
cmds = ['pnpm run build']
8+
cmds = ["pnpm run build"]
99

1010
[start]
11-
cmd = 'node build/index.js'
11+
cmd = "node build/index.js"
1212

1313
[healthcheck]
1414
cmd = 'curl -f http://localhost:3001/health'

0 commit comments

Comments
 (0)