39948-vm/package.json
2026-07-01 15:45:38 +02:00

9 lines
230 B
JSON

{
"name": "app",
"version": "0.0.1",
"scripts": {
"build:production": "cd ./frontend && npm ci && npm run build && cd ../backend && npm ci && npm run build",
"start:production": "cd ./backend && npm run start"
}
}