Deploying Next.js is streamlined on Puxap App Platform. Here is a quick breakdown:
spec.yamlYAML
name: nextjs-app
region: nyc
services:
- name: web
github:
repo: user/repo
branch: main
build_command: npm run build
run_command: npm startWould you like me to create this app for you now?