Add nixpacks configuration and update package manager to pnpm

This commit is contained in:
Luke Hagar
2025-08-28 12:41:48 -05:00
parent 00c222a733
commit 02010c276a
2 changed files with 8 additions and 2 deletions

5
nixpacks.toml Normal file
View File

@@ -0,0 +1,5 @@
[phases.setup]
nixPkgs = ["nodejs_22", "pnpm"]
[variables]
NODE_VERSION = "22"

View File

@@ -36,5 +36,6 @@
}, },
"dependencies": { "dependencies": {
"parse-domain": "^8.2.2" "parse-domain": "^8.2.2"
} },
} "packageManager": "pnpm@latest"
}