do not rerun in dev mode for now
This commit is contained in:
parent
11681c6359
commit
29e8bb5633
|
@ -4,5 +4,5 @@ cd "$(dirname "$0")/.."
|
|||
[ $RACK_ENV ] || RACK_ENV=development
|
||||
|
||||
cmd="ruby -I lib -S bundle exec ruby -I lib -S puma -p $PORT"
|
||||
[[ $RACK_ENV == "development" ]] && exec rerun "$cmd" -p '{lib,public}/**/*'
|
||||
# [[ $RACK_ENV == "development" ]] && exec rerun "$cmd" -p '{lib,public}/**/*'
|
||||
exec $cmd
|
||||
|
|
Loading…
Reference in New Issue
Block a user