Commit 14236ee

mo khan <mo@mokhan.ca>
2022-03-18 19:43:05
chore: allow ngrok in development main
1 parent 5a53830
Changed files (1)
config
environments
config/environments/development.rb
@@ -63,4 +63,6 @@ Rails.application.configure do
   # Use an evented file watcher to asynchronously detect changes in source code,
   # routes, locales, etc. This feature depends on the listen gem.
   config.file_watcher = ActiveSupport::EventedFileUpdateChecker
+
+  config.hosts << /.*\.ngrok\.io/
 end