From 9813400237c8fb1993e735a01099262abdd7313b Mon Sep 17 00:00:00 2001 From: Sojan Date: Tue, 3 Jun 2025 03:33:45 -0500 Subject: [PATCH] chore:fixes --- Procfile.tunnel | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Procfile.tunnel b/Procfile.tunnel index 91fb709f4..43ddc88ea 100644 --- a/Procfile.tunnel +++ b/Procfile.tunnel @@ -1,4 +1,3 @@ -backend: bin/rails s -p 3000 -# https://github.com/mperham/sidekiq/issues/3090#issuecomment-389748695 +backend: DISABLE_MINI_PROFILER=true bin/rails s -p 3000 worker: dotenv bundle exec sidekiq -C config/sidekiq.yml vite: BUILD_MODE=dev bin/vite build --watch