7 lines
363 B
Plaintext
7 lines
363 B
Plaintext
# Procfile for development using HMR
|
|
# You can run these commands in separate shells
|
|
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
|