6 lines
150 B
JSON
6 lines
150 B
JSON
{
|
|
"buildCommand": "cd client && npm install && npm run build",
|
|
"outputDirectory": "client/dist",
|
|
"installCommand": "cd client && npm install"
|
|
}
|