From 5eddab9abbdf84bcc9ca0bf1fdd6dc58d049cea1 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Wed, 29 May 2024 01:39:47 -0700 Subject: [PATCH] Unset the DEVELOPMENT environment variable in .bashrc to make my life easier. --- server/bin/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/server/bin/start.sh b/server/bin/start.sh index 7b83f9f..b3a60fd 100755 --- a/server/bin/start.sh +++ b/server/bin/start.sh @@ -4,6 +4,7 @@ cat > .bashrc <