Skip to content

Commit

Permalink
Add nixpacks.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhuyn committed Sep 18, 2024
1 parent ef3ecb4 commit 21eaf70
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions nixpacks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# nixpacks.toml

[phases.install]
cmds = [
"cd app && npm ci"
]

[phases.build]
cmds = [
"cd cubeway && wasm-pack build --target web",
"cd app && npm run build"
]

[pkgs]
packages = ["wasm-pack", "nodejs-16_x"]

[tools]
rust = { version = "stable" }

0 comments on commit 21eaf70

Please sign in to comment.