This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Description
Describe the bug
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:
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 vercel
cd project-name
npm i && npm run deploy
- Notice invalid deploy
Frog 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