class SvelteOnRails::Generators::InstallGenerator

def application_js_path

def application_js_path
  Rails.root.join("app", "frontend", "entrypoints", "application.js")
end