[phases.setup] nixPkgs = ["nodejs-22_x"] [phases.install] cmd = "npm install" [phases.build] cmd = "npm run build" [start] cmd = "npm start"