Skip to content

Commit

Permalink
Remove .overmind.sock file before starting Overmind in dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
mpressen committed Jan 10, 2025
1 parent 71553c1 commit 3fcf6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env sh

export PORT="${PORT:-3000}"

rm .overmind.sock
bin/overmind start -f Procfile.dev

0 comments on commit 3fcf6a1

Please sign in to comment.