debshots/Procfile.dev

3 lines
101 B
Text

web: env RUBY_DEBUG_OPEN=true bin/rails server
js: yarn build --watch
css: bun run build:css --watch