mirror of
https://gitlab.com/moepoi/seminar-magang.git
synced 2024-11-14 02:16:16 +01:00
8 lines
190 B
JSON
8 lines
190 B
JSON
{
|
|
"rewrites": [
|
|
{ "source": "/(.*)", "destination": "/index.html" }
|
|
],
|
|
"installCommand": "npx playwright install",
|
|
"buildCommand": "npm run build",
|
|
"outputDirectory": "dist"
|
|
}
|