Commit 8a3e2fb
Simplify Vercel configuration to fix frontend build handling
Remove builds array from vercel.json to resolve the warning:
"Due to builds existing in your configuration file, the Build and
Development Settings defined in your Project Settings will not apply"
This allows Vercel to properly handle frontend build deployment
and use the buildCommand to copy frontend/build to backend/.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 4adff11 commit 8a3e2fb
1 file changed
Lines changed: 4 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 3 | | |
20 | 4 | | |
21 | | - | |
22 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
23 | 9 | | |
24 | 10 | | |
0 commit comments