Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(tests): Removes last in-application reference to VITE_ vars #1636

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

johncowen
Copy link
Contributor

@johncowen johncowen commented Oct 19, 2023

Removes last runtime-code reference to VITE_ var (we only use this one in tests).

There's one more I found but thats in the vite build config, so not only is that fine because its in VITE but also we don't have our env etc available there, nor should we.

Closes #666 😬

@netlify
Copy link

netlify bot commented Oct 19, 2023

Deploy Preview for kuma-gui ready!

Name Link
🔨 Latest commit a42666a
🔍 Latest deploy log https://app.netlify.com/sites/kuma-gui/deploys/65316d4c36aa5c000830451a
😎 Deploy Preview https://deploy-preview-1636--kuma-gui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@johncowen johncowen marked this pull request as ready for review October 20, 2023 08:13
@johncowen johncowen requested a review from a team as a code owner October 20, 2023 08:13
@johncowen johncowen requested review from kleinfreund and removed request for a team October 20, 2023 08:13
@johncowen johncowen merged commit 91fa17b into kumahq:master Oct 20, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: replace instances of VITE_NAMESPACE, tagline etc with env('KUMA_*') equivalents
2 participants