remove proxy code
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Procfile for development using HMR
|
||||
# You can run these commands in separate shells
|
||||
rails: bundle exec rails s -p 3000
|
||||
tailwind: bundle exec rake tailwindcss:watch
|
||||
wp-client: HMR=true bin/webpacker-dev-server
|
||||
wp-server: HMR=true SERVER_BUNDLE_ONLY=yes bin/webpacker --watch
|
||||
rails: RAILS_ENV=development bundle exec rails s -p 3000
|
||||
tailwind: RAILS_ENV=development bundle exec rake tailwindcss:watch
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user