Skip to content

Commit 5d91b8c

Browse files
committed
fix: remove Flutter build command from mobile vercel.json
- Remove buildCommand that tries to run Flutter in Vercel - Flutter build is already completed in GitHub Actions workflow - Vercel should only deploy the pre-built files from build/web
1 parent 5e2f3dd commit 5d91b8c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mobile/vercel.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"version": 2,
33
"name": "traceoff-mobile",
4-
"buildCommand": "flutter build web --release",
54
"outputDirectory": "build/web",
65
"routes": [{ "src": "/(.*)", "dest": "/index.html" }]
76
}

0 commit comments

Comments
 (0)