[phases.setup] nixPkgs = ["pnpm"] [phases.install] cmds = ["pnpm install"] [phases.build] cmds = ["pnpm run build"] [start] cmd = "pnpm start"