Reload the environment when dev.sh changes

This commit is contained in:
Andreas Zweili 2023-07-22 15:59:00 +02:00
parent 8bf4ee6bbe
commit 5a43a97628
1 changed files with 2 additions and 0 deletions

2
.envrc
View File

@ -14,3 +14,5 @@ export PROJECT_DIR=$(pwd)
export WEBPORT=$(($RANDOM + 1100))
export PGPORT=$(($WEBPORT + 100))
watch_file "$PGDATA/postgresql.conf"
watch_file "dev.sh"