Agent_PDF / web /vercel.json
Ag27 Deployer
Deploy Ag27 Table Extractor: 2026-04-29 21:58:59
b1ae7de
raw
history blame contribute delete
167 Bytes
{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"framework": "vite",
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}