Files
gastro-bot/vercel.json
Samandar Turgunboyev e5dd8b00f2 vercel router
2025-12-15 19:24:11 +05:00

10 lines
109 B
JSON

{
"version": 2,
"builds": [
{
"src": "next.config.ts",
"use": "@vercel/next"
}
]
}