Method: ViteRuby#run
- Defined in:
- lib/vite_ruby.rb
#run(argv, **options) ⇒ Object
Internal: Executes the vite binary.
117 118 119 |
# File 'lib/vite_ruby.rb', line 117 def run(argv, **) (@runner ||= ViteRuby::Runner.new(self)).run(argv, **) end |