impress/Procfile.dev
Matchu 1830689a19 Fix bin/dev to use the right settings in development
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!
2023-11-02 16:54:39 -07:00

2 lines
74 B
Text

web: unset PORT && env RUBY_DEBUG_OPEN=true bin/rails server
js: yarn dev