Remove migration lock file and update reset environment script to use dynamic working directory

This commit is contained in:
Peter Wood
2025-05-17 19:43:42 -04:00
parent 30db75270e
commit cf99168f8f
4 changed files with 1391 additions and 564 deletions

View File

@@ -8,7 +8,7 @@ set -o pipefail # Error if any command in a pipe fails
# Constants
readonly SCRIPT_NAME="$(basename "$0")"
readonly WORK_DIR="/home/acedanger/dev/finance"
readonly WORK_DIR="$(dirname "$(realpath "$0")")"
readonly REQUIRED_NODE_VERSION="20.19.0" # Minimum required version
# Functions