mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
Remove migration lock file and update reset environment script to use dynamic working directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user