AQI_Predictor_Qamar / vercel.json
github-actions[bot]
Automated backend deployment for 2026-04-05
23bb02f
raw
history blame contribute delete
197 Bytes
{
"version": 2,
"builds": [
{
"src": "frontend/package.json",
"use": "@vercel/next"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/frontend/$1"
}
]
}