5 lines
266 B
Plaintext
5 lines
266 B
Plaintext
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
|