Add instructions for how to start react in prod and force react to prod mode (#24590)

This commit is contained in:
Jacob Richman
2026-04-02 21:42:32 -07:00
committed by GitHub
parent 8c215c7a88
commit 7de3e4dcf9
5 changed files with 22 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
},
"scripts": {
"start": "cross-env NODE_ENV=development node scripts/start.js",
"start:prod": "cross-env NODE_ENV=production node scripts/start.js",
"start:a2a-server": "CODER_AGENT_PORT=41242 npm run start --workspace @google/gemini-cli-a2a-server",
"debug": "cross-env DEBUG=1 node --inspect-brk scripts/start.js",
"deflake": "node scripts/deflake.js",