We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8058317 commit 024eae9Copy full SHA for 024eae9
1 file changed
nixpacks.toml
@@ -0,0 +1,11 @@
1
+[phases.setup]
2
+nixPkgs = ["nodejs_22", "pnpm"]
3
+
4
+[phases.install]
5
+cmds = ["pnpm install --frozen-lockfile"]
6
7
+[phases.build]
8
+cmds = ["pnpm build"]
9
10
+[start]
11
+cmd = "pnpm start"
0 commit comments