aboutsummaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-03-07 11:29:13 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-03-07 11:30:23 +0000
commit4bf16cc1b3a10cf599776dab33c4c7d4eac4a69f (patch)
tree4564d1c696984cef9b20063d0000aa26d3ef948b /script
parent224855a5571b59a8276595ed9a80d1706cba1d6e (diff)
Monitor whole conf directory in dev server
When running on a Mac, the dev server only watches changes to directories, not files.
Diffstat (limited to 'script')
-rwxr-xr-xscript/server2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/server b/script/server
index b1d72269e..a8093fb8e 100755
--- a/script/server
+++ b/script/server
@@ -4,4 +4,4 @@ set -e
cd "$(dirname "$0")/.."
export FIXMYSTREET_APP_DEBUG=${FIXMYSTREET_APP_DEBUG=1}
-bin/cron-wrapper local/bin/plackup -s Starman --listen :3000 --Reload perllib,conf/general.yml
+bin/cron-wrapper local/bin/plackup -s Starman --listen :3000 --Reload perllib,conf