diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..b7d1e32 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,17 @@ +providers = ["node"] + +[variables] +NODE_VERSION = "22.17.0" + +[phases.setup] +nixPkgs = ["coreutils"] + +[phases.build] +cmds = [ + "npm install -g corepack", + "corepack enable", + "corepack prepare pnpm@10.13.1 --activate" +] + +[phases.install] +cmds = ["pnpm install"] \ No newline at end of file