70275c9f04
It clogs up the test log and occasionally causes the puma to hang when you want to quit.
6 lines
124 B
Bash
Executable File
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
|