chore: Improvements for codespace (#11667)

- move to vite build instead of dev for codespaces
- disable miniprofiler
This commit is contained in:
Sojan Jose
2025-06-04 00:21:23 -05:00
committed by GitHub
parent 623734a631
commit b70d2c0ebe
3 changed files with 12 additions and 2 deletions

4
Procfile.tunnel Normal file
View File

@@ -0,0 +1,4 @@
backend: DISABLE_MINI_PROFILER=true bin/rails s -p 3000
# https://github.com/mperham/sidekiq/issues/3090#issuecomment-389748695
worker: dotenv bundle exec sidekiq -C config/sidekiq.yml
vite: bin/vite build --watch