You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: wire AG Grid enterprise license secret into deploys
Use the new repository secret name for frontend builds and document the matching local Vite env variable so deployment and local setup stay aligned.
Made-with: Cursor
For GitHub Actions deployments, add the repository secret
14
+
`AG_GRID_ENTERPRISE_LICENSE_KEY`. The workflows map that secret into the
15
+
frontend build as `VITE_AG_GRID_LICENSE_KEY`.
16
+
5
17
Currently, two official plugins are available:
6
18
7
19
-[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Babel](https://babeljs.io/) (or [oxc](https://oxc.rs) when used in [rolldown-vite](https://vite.dev/guide/rolldown)) for Fast Refresh
0 commit comments