CURRENT_ENV || 'development'
Vite::CURRENT_ENV
shared_options
10 11 12
# File 'lib/vite_ruby/cli/dev.rb', line 10 def call(**options) super { |args| ViteRuby.run(args, exec: true) } end