Skip to content

Commit 1d6606b

Browse files
authored
chore: typo in vite_rails/cli.rb (#545)
1 parent cd2ad27 commit 1d6606b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • vite_rails/lib/vite_rails

vite_rails/lib/vite_rails/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def ensure_rails_init
2424
module ViteRails::CLI::Install
2525
RAILS_TEMPLATES = Pathname.new(File.expand_path("../../templates", __dir__))
2626

27-
# Override: Setup a typical apps/web Hanami app to use Vite.
27+
# Override: Setup a typical apps/web Rails app to use Vite.
2828
def setup_app_files
2929
cp RAILS_TEMPLATES.join("config/rails-vite.json"), config.config_path
3030
if dir = %w[app/javascript app/packs].find { |path| root.join(path).exist? }

0 commit comments

Comments
 (0)