backend/types/config/index.ts
creations 00a7417936
Some checks failed
Code quality checks / biome (push) Failing after 13s
move environment to src/environment add smtp env vars, move some other items
2025-06-10 15:16:31 -04:00

4 lines
109 B
TypeScript

export * from "./environment";
export * from "./database";
export * from "./auth";
export * from "./mailer";