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