cd "$(dirname "$0")" if [ -f .env ]; then export $(grep -v '^#' .env | xargs) fi node server/migrate.js node server/index.mjs