diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..5805e0a --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,8 @@ +[setup] +pkgs = ["nodejs_22"] + +[build] +cmd = "npm install && npm run build" + +[start] +cmd = "node server.js"