#!/bin/sh # Seed the test database, then start the production server bun run e2e/global-setup.ts NODE_ENV=production bun run src/server/index.ts