chore: mini profiler ignore vite routes
This commit is contained in:
parent
b966dd3b54
commit
1cd0d45ece
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
if Rails.env.development?
|
||||
Rack::MiniProfiler.config.show_total_sql_count = true
|
||||
Rack::MiniProfiler.config.skip_paths = [/vite-dev.*/]
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue