seminar-magang/vercel.json

9 lines
190 B
JSON
Raw Normal View History

2023-07-11 17:06:55 +02:00
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
2023-07-12 05:02:25 +02:00
"installCommand": "npx playwright install",
2023-07-11 17:06:55 +02:00
"buildCommand": "npm run build",
"outputDirectory": "dist"
}