14 lines
334 B
JSON
14 lines
334 B
JSON
{
|
|
"installCommand": "npm install && npm run bootstrap",
|
|
"buildCommand": "CI='' npm run build:webapp",
|
|
"outputDirectory": "packages/webapp/build",
|
|
"rewrites": [{
|
|
"source": "/api/:slug*",
|
|
"destination": "https://dev.bigcapital.ly/api/:slug*"
|
|
},
|
|
{
|
|
"source": "/(.*)",
|
|
"destination": "/"
|
|
}
|
|
]
|
|
} |