lots of tweaks, thruster proxy

This commit is contained in:
Dylan Knutson
2025-02-20 22:07:45 +00:00
parent 8181628bb0
commit 9a779c1add
37 changed files with 6301 additions and 194 deletions

View File

@@ -1,4 +1,4 @@
rails: RAILS_ENV=development rdbg --command --nonstop --open -- bundle exec rails s -p 3000
rails: RAILS_ENV=development HTTP_PORT=3000 TARGET_PORT=3003 rdbg --command --nonstop --open -- thrust ./bin/rails server -p 3003
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: tailwindcss -c ./config/tailwind.config.js -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/tailwind.css --watch