-
How can I use the vite dev server when the RAILS_ENV is not set to development? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
ElMassimo
Aug 10, 2023
Replies: 1 comment 1 reply
-
Hi Jason! That's not supported, though you could try setting |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jasonkoon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Jason!
That's not supported, though you could try setting
VITE_RUBY_MODE
totest
ordevelopment
in order to force it.