You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
When using the vercel template to initiate a Frog project as per docs with npm init frog -- -t vercel, and then running npm run deploy, the dist is invalid:
Describe the bug
When using the vercel template to initiate a Frog project as per docs with
npm init frog -- -t vercel, and then runningnpm run deploy, the dist is invalid:https://frame-test-eight.vercel.app
Similarly, trying to access https://frame-test-eight.vercel.app/api is a 404:
Link to Minimal Reproducible Example
No response
Steps To Reproduce
npm init frog -- -t vercelcd project-namenpm i && npm run deployFrog Version
❯ npx frog -v frog/0.18.3 darwin-arm64 node-v18.12.0
TypeScript Version
❯ tsc -v Version 4.9.3
Check existing issues
Anything else?
No response