40467-vm/package.json
2026-07-22 16:45:10 +00:00

9 lines
308 B
JSON

{
"name": "app",
"version": "0.0.1",
"scripts": {
"build:production": "cd ./frontend && yarn install --frozen-lockfile && yarn run build && cd ../backend && yarn install --frozen-lockfile && yarn run setup:production",
"start:production": "cd ./backend && NODE_ENV=production yarn start"
}
}