vite_ruby icon indicating copy to clipboard operation
vite_ruby copied to clipboard

Load .env environment variables for `vite dev`

Open ryansch opened this issue 9 months ago • 0 comments

Description 📖

This pull request ensures that Rails has initialized before running the vite dev server.

Background 📜

I noticed that setting VITE_RUBY_* environment variables via .env.* files would work for vite build but not for vite dev.

The Fix 🔨

I generalized the ViteRails::CLI::Build module to apply to both vite build and vite dev.

ryansch avatar Apr 10 '25 12:04 ryansch