diff --git a/run_local.sh b/run_local.sh new file mode 100755 index 0000000..8571473 --- /dev/null +++ b/run_local.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +sbt "~run -Drun.mode=Dev -Dhttp.port=9650 $*" \ No newline at end of file