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
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 vercel
cd project-name
npm i && npm run 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
The text was updated successfully, but these errors were encountered: