We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57bddf8 commit 6c31160Copy full SHA for 6c31160
vite_ruby/lib/vite_ruby/runner.rb
@@ -10,6 +10,8 @@ def initialize(vite_ruby)
10
def run(argv, exec: false)
11
config.within_root {
12
cmd = command_for(argv)
13
+
14
+ puts "Running: #{ cmd.join(' ') }"
15
return Kernel.exec(*cmd) if exec
16
17
log_or_noop = ->(line) { logger.info('vite') { line } } unless config.hide_build_console_output
0 commit comments