9 lines
221 B
JSON
9 lines
221 B
JSON
{
|
|
"installCommand": "npm install && npm run bootstrap",
|
|
"buildCommand": "CI='' npm run build:webapp",
|
|
"outputDirectory": "packages/webapp/build",
|
|
"rewrites": [{
|
|
"source": "/(.*)",
|
|
"destination": "/"
|
|
}]
|
|
} |