bun_http_template/src/environment/constants/index.ts
creations c35b767b87
All checks were successful
Code quality checks / biome (push) Successful in 23s
move to #, move things to const, move types
2025-06-15 17:59:18 -04:00

3 lines
78 B
TypeScript

export * from "./server";
export const requiredVariables = ["HOST", "PORT"];