diff --git a/Procfile.dev b/Procfile.dev index e9e9a62cc..2119e7ac3 100644 --- a/Procfile.dev +++ b/Procfile.dev @@ -1,4 +1,4 @@ -backend: bin/rails s -p 3001 +backend: bin/rails s -p 3000 # https://github.com/mperham/sidekiq/issues/3090#issuecomment-389748695 worker: bundle exec sidekiq -C config/sidekiq.yml vite: bin/vite dev diff --git a/app/javascript/dashboard/components-next/message/bubbles/Image.vue b/app/javascript/dashboard/components-next/message/bubbles/Image.vue index 9a17846a7..176f38596 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/Image.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/Image.vue @@ -1,8 +1,7 @@