Files
fizzy/bin/dev
T
David Heinemeier Hansson 70275c9f04 Yank Solid Queue from development
It clogs up the test log and occasionally causes the puma to hang when
you want to quit.
2025-04-18 16:30:30 +02:00

6 lines
124 B
Bash
Executable File

#!/usr/bin/env sh
echo "Starting Fizzy on http://development-tenant.fizzy.localhost:3006"
exec ./bin/rails server -p 3006