confereai-dev / vercel.json
TEDDyx86's picture
Cleanup: Repositório otimizado (código + dashboard apenas)
e3bdc52
raw
history blame contribute delete
217 Bytes
{
"version": 2,
"name": "confereai",
"builds": [
{
"src": "dashboard/**/*",
"use": "@vercel/static"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/dashboard/$1"
}
]
}