a11yist/Procfile.dev

4 lines
92 B
Text
Raw Normal View History

2024-11-25 00:06:53 +01:00
web: RUBY_DEBUG_OPEN=true bin/rails server -b 0
js: yarn build --watch
css: yarn watch:css