From 14236ee033668ccca4793839ecf68d2f25e03912 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 18 Mar 2022 13:43:05 -0600 Subject: chore: allow ngrok in development --- config/environments/development.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/environments/development.rb b/config/environments/development.rb index e16480f..1396a3f 100644 --- a/config/environments/development.rb +++ b/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 -- cgit v1.2.3