You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rails.application.configure do
config.importmap.paths << Rails.root.join("config/importmap-packages-lock.rb")
end
When I run bin/importmap outdated (for example), it doesn't list the packages in that additional file, only the ones in config/importmap.rb. I think that's because this line doesn't configure any paths, and the default only includes config/importmap.rb