Aias00 opened a new pull request, #803:
URL: https://github.com/apache/rocketmq-dashboard/pull/803

   ### What changed
   
   This PR changes `web/.env.production` so production builds use real backend 
APIs by default:
   
   ```env
   VITE_USE_MOCK=false
   ```
   
   Local development mock mode remains available through `web/.env` or explicit 
deployment overrides.
   
   ### Why
   
   Production-like builds should not default to mock data. Keeping mock mode 
enabled in production can show simulated resources and successful control-plane 
actions without backend interaction.
   
   Fixes #802.
   
   ### Verification
   
   ```bash
   npm run build
   ```
   
   Result: build completed successfully. Vite reported only the existing large 
chunk warning.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to