Skip to content

Commit

Permalink
APIS-4036 - only use Play's auto-reloading instead of sbt trigged exe…
Browse files Browse the repository at this point in the history
…cution
  • Loading branch information
d6fb committed Nov 28, 2018
1 parent 8dc9805 commit b94a3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_local.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

sbt "~run -Drun.mode=Dev -Dhttp.port=9680 $*"
sbt "run -Drun.mode=Dev -Dhttp.port=9680 $*"

0 comments on commit b94a3a2

Please sign in to comment.