pres_security_benchmarking_llm/vercel.json

8 lines
144 B
JSON
Raw Permalink Normal View History

2025-07-12 17:25:18 +02:00
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "npm run build",
"outputDirectory": "dist"
}