The code expects DB_ROOT_PATH, but the .env file uses DB_ROOT_DIRECTORY. This mismatch prevents the script from running. Update .env to: `DB_ROOT_PATH="./data/dev"` since it’s already handled in the code.
The code expects DB_ROOT_PATH, but the .env file uses DB_ROOT_DIRECTORY. This mismatch prevents the script from running.
Update .env to:
DB_ROOT_PATH="./data/dev"since it’s already handled in the code.