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