From b94a3a244c371d846f845246e11e1cc53b7fa981 Mon Sep 17 00:00:00 2001 From: Dave O'Brien Date: Wed, 28 Nov 2018 13:02:23 +0000 Subject: [PATCH] APIS-4036 - only use Play's auto-reloading instead of sbt trigged execution --- run_local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_local.sh b/run_local.sh index f4690b44..a86fa6fe 100755 --- a/run_local.sh +++ b/run_local.sh @@ -1,3 +1,3 @@ #!/bin/bash -sbt "~run -Drun.mode=Dev -Dhttp.port=9680 $*" +sbt "run -Drun.mode=Dev -Dhttp.port=9680 $*"