38334-vm/package.json
2026-02-10 06:18:28 +00:00

8 lines
193 B
JSON

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