diff --git a/.nixpacks.toml b/.nixpacks.toml new file mode 100644 index 0000000..f91a820 --- /dev/null +++ b/.nixpacks.toml @@ -0,0 +1,11 @@ +[phases.setup] +nixPkgs = ["nodejs-22_x"] + +[phases.install] +cmd = "npm install" + +[phases.build] +cmd = "npm run build" + +[start] +cmd = "npm start"