#!/bin/bash set -e # Load environment variables if [ -f .env ]; then export $(cat .env | grep -v '^#' | xargs) fi # Run the server node dist/index.js