Skip to content

Commit

Permalink
Change: Use falcon
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Jul 7, 2024
1 parent 2a841b8 commit 087ae45
Show file tree
Hide file tree
Showing 8 changed files with 4,502 additions and 3,501 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
frontend: cd frontend && pnpm dev
backend: cd backend && CONSOLE_OUTPUT=XTerm bundle exec rails s -p 3000 -u puma -e development
backend: cd backend && CONSOLE_OUTPUT=XTerm bundle exec falcon serve -b http://127.0.0.1:3000
backend-sidekiq: cd backend && CONSOLE_OUTPUT=XTerm bundle exec sidekiq
sub-audio: cd sub-audio && poetry poe dev
sub-image: cd sub-image && cargo run
Expand Down
4 changes: 2 additions & 2 deletions backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ group :development do
gem "syntax_tree", "~> 5.1", require: false
end

gem "puma", "~> 6.3", require: false

gem "shortuuid", "~> 0.6.0"

gem "dotenv-rails", "~> 2.8"
Expand Down Expand Up @@ -94,3 +92,5 @@ gem "rbnacl", "~> 7.1"
gem "console-adapter-rails", "~> 0.1.4"

gem "rails-i18n", "~> 7.0"

gem "falcon", "~> 0.47.7"
Loading

0 comments on commit 087ae45

Please sign in to comment.