diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..2798840 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,5 @@ +[phases.setup] +nixPkgs = ["nodejs_22", "pnpm"] + +[variables] +NODE_VERSION = "22" diff --git a/package.json b/package.json index 298dfc5..392c949 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,6 @@ }, "dependencies": { "parse-domain": "^8.2.2" - } -} + }, + "packageManager": "pnpm@latest" +} \ No newline at end of file