mirror of
https://github.com/LukeHagar/subdomain-test.git
synced 2025-12-06 04:21:26 +00:00
Add nixpacks configuration and update package manager to pnpm
This commit is contained in:
5
nixpacks.toml
Normal file
5
nixpacks.toml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[phases.setup]
|
||||||
|
nixPkgs = ["nodejs_22", "pnpm"]
|
||||||
|
|
||||||
|
[variables]
|
||||||
|
NODE_VERSION = "22"
|
||||||
@@ -36,5 +36,6 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"parse-domain": "^8.2.2"
|
"parse-domain": "^8.2.2"
|
||||||
}
|
},
|
||||||
}
|
"packageManager": "pnpm@latest"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user