Skip to content

Commit

Permalink
nixpacks config
Browse files Browse the repository at this point in the history
  • Loading branch information
vernaillen committed Aug 12, 2024
1 parent 6512dba commit 6d31603
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixpacks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
providers = ["node"]

[phases.install]
cmds = ["npm install -g corepack", "corepack enable", "corepack prepare [email protected] --activate", "pnpm install"]
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@
"resolutions": {
"twoslash": "^0.2.9",
"twoslash-vue": "^0.2.9"
},
"engines": {
"pnpm": "^9.4.0"
}
}

0 comments on commit 6d31603

Please sign in to comment.