Files
gastro-bot/vercel.json
2025-12-16 11:50:16 +05:00

13 lines
190 B
JSON

{
"version": 2,
"builds": [
{
"src": "package.json",
"use": "@vercel/next"
}
],
"build": {
"command": "npm install --legacy-peer-deps && npm run build"
}
}