class SvelteOnRails::Configuration
def initialize
def initialize @configs = { development: { watch_changes: true, }, test: { watch_changes: true, } } load_yaml_config if defined?(Rails) end
def initialize @configs = { development: { watch_changes: true, }, test: { watch_changes: true, } } load_yaml_config if defined?(Rails) end