5 lines
168 B
JSON
5 lines
168 B
JSON
{
|
|
"rewrites": [{ "source": "/(.*)", "destination": "/" }],
|
|
"buildCommand": "npm ci --omit=optional && npm run build",
|
|
"installCommand": "npm ci --omit=optional"
|
|
} |