[phases.setup] nixPkgs = ['nodejs-18_x'] [phases.build] cmds = ['cd backend && npm install'] [start] cmd = 'cd backend && node server.js'