Matchu
1830689a19
Oh yeah, I didn't catch that `bin/dev` calls the `Procfile` which in turn calls `yarn build --watch`, which leaves out the important `--public-path=/dev-assets` argument! Calling `yarn dev` instead keeps us consistent!
2 lines
74 B
Text
2 lines
74 B
Text
web: unset PORT && env RUBY_DEBUG_OPEN=true bin/rails server
|
|
js: yarn dev
|