This website requires JavaScript.
Explore
Help
Sign In
OpenNeo
/
impress
Watch
1
Star
0
Fork
You've already forked impress
1
Code
Pull requests
Activity
feature/consolidate-auth-database
impress
/
Procfile.dev
3 lines
85 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
Update devcontainer The Ruby version got out of date at some point… here, I use `bin/rails devcontainer` as the newer, simpler base.
2025-10-29 19:16:54 -07:00
web: unset PORT && env RUBY_DEBUG_OPEN=true bin/rails server -b 0.0.0.0
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:52:25 -07:00
js: yarn dev
Copy permalink