gateway/Procfile.dev

4 lines
81 B
Plaintext

web: bin/rails server -p 3000
js: yarn build --watch
css: yarn build:css --watch