Skip to content

Commit

Permalink
update nixpacks toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Sep 1, 2024
1 parent 478aee2 commit 3cafdb4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions nixpacks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[phases.setup]
nixPkgs = ["nodejs_18", "pnpm-9_x"]

[phases.install]
cmds = ["pnpm install"]

[phases.build]
cmds = ["pnpm run build"]

[phases.start]
cmds = ["pnpm run start"]

0 comments on commit 3cafdb4

Please sign in to comment.