From aaec4bb6269e6293ef3006281e715364bc651f49 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 16 Dec 2021 10:20:03 -0500 Subject: [PATCH] foreman: run the dev server with --restart and --debug Debug enables info and debug log levels and provides quite a lot of useful dev-time information. Restart automatically restarts the app when the .pm files change. --- foreman/start-hydra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foreman/start-hydra.sh b/foreman/start-hydra.sh index cedcde6e..bb8cc909 100755 --- a/foreman/start-hydra.sh +++ b/foreman/start-hydra.sh @@ -28,4 +28,4 @@ use-substitutes = true EOF fi -HYDRA_CONFIG=$(pwd)/.hydra-data/hydra.conf exec hydra-dev-server --port 63333 +HYDRA_CONFIG=$(pwd)/.hydra-data/hydra.conf exec hydra-dev-server --port 63333 --restart --debug