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
It took me a while to get this toolbar to show up on my app. It turns out I had to turn on dangerouslyForceRunInProduction to true even for is my local dev. I have also tried passing NODE_ENV=development (even though Vite should be doing this already) but to no avail.
I would like this to run without needing dangerouslyForceRunInProduction. Note, this app runs on a url which is not local host and locally on Vite.
The text was updated successfully, but these errors were encountered:
skalidindi
changed the title
How do I customize check for production?
Allow custom logic for when is an app is production vs local dev
Feb 26, 2025
skalidindi
changed the title
Allow custom logic for when is an app is production vs local dev
Allow custom logic for when is an app is production vs local dev when deciding whether to enable or disable
Feb 26, 2025
skalidindi
changed the title
Allow custom logic for when is an app is production vs local dev when deciding whether to enable or disable
Library tool won't load unless I pass dangerouslyForceRunInProduction to true
Feb 26, 2025
It took me a while to get this toolbar to show up on my app. It turns out I had to turn on dangerouslyForceRunInProduction to true even for is my local dev. I have also tried passing NODE_ENV=development (even though Vite should be doing this already) but to no avail.
I have the following code the top of main...
I would like this to run without needing dangerouslyForceRunInProduction. Note, this app runs on a url which is not local host and locally on Vite.
The text was updated successfully, but these errors were encountered: