fix tailwind suggestions, staging live reload
This commit is contained in:
10
Procfile.dev
10
Procfile.dev
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user