added more tests around invoice.created

This commit is contained in:
John Yeo
2026-01-24 21:50:30 +00:00
parent 939a93f5aa
commit 000ebfad81
91 changed files with 3907 additions and 1896 deletions

5
scripts/preload-env.ts Normal file
View File

@@ -0,0 +1,5 @@
// Preload script - runs BEFORE main script imports are evaluated
// This allows local .env to override Infisical secrets
import { loadLocalEnv } from "@server/utils/envUtils.js";
loadLocalEnv();