🛠️ Trying nixpacks config for Node & PNPM setup

This commit is contained in:
pheralb
2025-08-31 14:56:11 +01:00
parent 2927e42659
commit 374fb8f2d5
+1 -4
View File
@@ -3,9 +3,6 @@ providers = ["node"]
[variables]
NODE_VERSION = "22.17.0"
[phases.setup]
nixPkgs = ["coreutils"]
[phases.build]
cmds = [
"npm install -g corepack",
@@ -14,4 +11,4 @@ cmds = [
]
[phases.install]
cmds = ["pnpm install"]
cmds = ["corepack pnpm install"]