class Importmap::Reloader

def updater

def updater
  @updater ||= config.file_watcher.new(import_map_paths) { reload! }
end