erdoganpeker commited on
Commit
22e7694
·
1 Parent(s): d045637

fix(vercel): move vercel.json into apps/web (Root Directory)

Browse files

Vercel autodeploy only fires when files inside Root Directory change.
The root-level vercel.json edits were silently ignored, so every push
re-ran the failing fd44330 buildCommand instead of picking up the
cleaned-up version. Placing the manifest at apps/web/vercel.json
guarantees auto-detection by the project's Root Directory setting.

vercel.json → apps/web/vercel.json RENAMED
File without changes