seminar-magang/vercel.json
2023-07-12 10:02:25 +07:00

8 lines
190 B
JSON

{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"installCommand": "npx playwright install",
"buildCommand": "npm run build",
"outputDirectory": "dist"
}