#!/bin/bash

set -a # automatically export all variables
if [ -f .env ]; then
    source ./.env 2>/dev/null
fi
set +a
