fix tailwind suggestions, staging live reload

This commit is contained in:
Dylan Knutson
2024-12-19 19:16:42 +00:00
parent 29f671b41f
commit dba9fc1d4e
23 changed files with 1438 additions and 442 deletions

View File

@@ -1,6 +1,4 @@
# Procfile for development using HMR
# You can run these commands in separate shells
rails: RAILS_ENV=development bin/rails s -p 3000
wp-client: HMR=true RAILS_ENV=development bin/webpacker-dev-server
wp-server: HMR=true RAILS_ENV=development SERVER_BUNDLE_ONLY=yes bin/webpacker --watch
css: yarn build:css --watch
rails: RAILS_ENV=development ./bin/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