From 37b18a0536aef78014e5677b056a11940acc7c91 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 22 Jul 2023 16:28:55 +0200 Subject: [PATCH] Stop watching dev.sh Direnv doesn't properly load the changes. --- .envrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.envrc b/.envrc index d19b9af..256d758 100644 --- a/.envrc +++ b/.envrc @@ -14,5 +14,4 @@ export PROJECT_DIR=$(pwd) export WEBPORT=$(($RANDOM + 1100)) export PGPORT=$(($WEBPORT + 100)) watch_file "$PGDATA/postgresql.conf" -watch_file "dev.sh"