Files
meridyn-bot/vercel.json
Samandar Turgunboyev 15082dc4de react
2025-11-27 16:18:54 +05:00

15 lines
270 B
JSON

{
"version": 2,
"builds": [
{
"src": "package.json",
"use": "@vercel/next",
"config": {
"installCommand": "npm install --force",
"buildCommand": "npm run build"
}
}
],
"routes": [{ "src": "/(.*)", "dest": "/" }]
}