[phases.install] cmds = ["cd frontend && npm ci --legacy-peer-deps"] [phases.build] cmds = ["cd frontend && npm run db:generate", "cd frontend && npm run build"] [start] cmd = "cd frontend && npm run preview -- --host 0.0.0.0 --port ${PORT:-3000}"