Drop puma-dev in favor of localhost

This commit is contained in:
Jeffrey Hardy
2024-09-06 16:28:51 -04:00
parent 77c4922fd5
commit bbb394db02
2 changed files with 11 additions and 15 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env sh
echo "Starting Fizzy on http://localhost:3006"
echo "Login with david@37signals.com using secret123456"
exec ./bin/rails server -p 3006