class ViteRuby::CLI::Dev
Constants
- DEFAULT_ENV
Public Instance Methods
call(**options)
click to toggle source
Calls superclass method
ViteRuby::CLI::Vite#call
# File lib/vite_ruby/cli/dev.rb, line 10 def call(**options) super { |args| ViteRuby.run(args, exec: true) } end