We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2ad27 commit 1d6606bCopy full SHA for 1d6606b
1 file changed
vite_rails/lib/vite_rails/cli.rb
@@ -24,7 +24,7 @@ def ensure_rails_init
24
module ViteRails::CLI::Install
25
RAILS_TEMPLATES = Pathname.new(File.expand_path("../../templates", __dir__))
26
27
- # Override: Setup a typical apps/web Hanami app to use Vite.
+ # Override: Setup a typical apps/web Rails app to use Vite.
28
def setup_app_files
29
cp RAILS_TEMPLATES.join("config/rails-vite.json"), config.config_path
30
if dir = %w[app/javascript app/packs].find { |path| root.join(path).exist? }
0 commit comments