name = "my-app"
compatibility_date = "2024-09-23"
compatibility_flags = ["nodejs_compat"]
pages_build_output_dir = ".vercel/output/static"
[build]
command = '''
if [ "$CF_PAGES_BRANCH" = "main" ]; then
npm install --legacy-peer-deps;
else
npm install;
fi
npx @cloudflare/next-on-pages
'''