#!/bin/sh set -e # Run migrations bun run db:migrate # Start the application echo "Starting the application..." ./server