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
Created and linked the `fnstools` project under functionstore1s-projects.
vercel.json loses its `//` comment block -- Vercel's schema rejects
unknown keys outright, so the deploy failed schema verification. The
rationale moved to the README, which is the only place it can live.
.vercelignore is the load-bearing addition: the deploy root is website/,
so the CLI never reads the repo-root .gitignore, and without it the
upload carries node_modules -- 61 MB instead of 1.8 MB. It also drops
tools/ (build and CMS scripts, never served) and .env.local, which the
CLI writes on link with a VERCEL_OIDC_TOKEN inside.
The CLI's own .gitignore and .vercel/ are ignored so neither the token
nor per-machine link state can be committed.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments