Add HTTP gem for request proxying and enhance application layout

This commit is contained in:
Dylan Knutson
2025-01-04 20:32:27 +00:00
parent 02f40215e9
commit 304b9bd5d0
15 changed files with 3289 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
rails: RAILS_ENV=development bundle exec rails s -p 3000
wp-client: RAILS_ENV=development HMR=true ./bin/webpacker-dev-server
wp-server: RAILS_ENV=development HMR=true SERVER_BUNDLE_ONLY=yes ./bin/webpacker --watch
css: RAILS_ENV=development yarn build:css[debug] --watch
css: RAILS_ENV=development yarn "build:css[debug]" --watch
prometheus_exporter: RAILS_ENV=development bundle exec prometheus_exporter --bind 0.0.0.0 --prefix redux_ --label '{"environment": "development"}'