Class: ViteRuby::CLI::Dev
- Inherits:
-
Vite
- Object
- Dry::CLI::Command
- Vite
- ViteRuby::CLI::Dev
show all
- Defined in:
- lib/vite_ruby/cli/dev.rb
Constant Summary
collapse
- DEFAULT_ENV =
CURRENT_ENV || "development"
Constants inherited
from Vite
Vite::CURRENT_ENV
Instance Method Summary
collapse
Methods inherited from Vite
executable_options, shared_options
Instance Method Details
#call(**options) ⇒ Object
10
11
12
|
# File 'lib/vite_ruby/cli/dev.rb', line 10
def call(**options)
super { |args| ViteRuby.run(args, exec: true) }
end
|