2024-04-29 00:17:15 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2020-10-30 17:07:06 +01:00
|
|
|
if Rails.env.development?
|
2021-05-04 11:51:35 +02:00
|
|
|
Rack::MiniProfiler.config.show_total_sql_count = true
|
2022-10-03 12:47:41 +02:00
|
|
|
Rack::MiniProfiler.config.skip_paths = [/vite-dev.*/]
|
2020-10-30 17:07:06 +01:00
|
|
|
end
|