mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
7 lines
178 B
JSON
7 lines
178 B
JSON
{
|
|
"installCommand": "npm install && npm run bootstrap",
|
|
"buildCommand": "CI='' npm run build:webapp",
|
|
"outputDirectory": "packages/webapp/build",
|
|
"nodeVersion": "14.x"
|
|
}
|