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
examples/vite.config.ts: check for required environment variables (#4578)
## Motivation
Make it harder to accidentally deploy the demo apps without setting
their required environment variables.
## Proposal
Add a Vite plugin that checks the requisite variables are set (though
not sensible) at build time.
## Test Plan
Tested manually.
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
## Links
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments