13 lines
225 B
JSON
13 lines
225 B
JSON
|
|
{
|
||
|
|
"buildCommand": "npm run build",
|
||
|
|
"outputDirectory": "build",
|
||
|
|
"devCommand": "npm start",
|
||
|
|
"framework": "create-react-app",
|
||
|
|
"rewrites": [
|
||
|
|
{
|
||
|
|
"source": "/(.*)",
|
||
|
|
"destination": "/index.html"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|