fix: missing environment variable type and variable validation

This commit is contained in:
abumahid
2026-06-18 11:03:41 +06:00
parent aaea7f99c4
commit 8298f27194
3 changed files with 34 additions and 22 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import { orderSwaggerDocs } from "./app/modules/order/order.swagger.js";
import { planSwaggerDocs } from "./app/modules/plan/plan.swagger.js";
import { profileSwaggerDocs } from "./app/modules/profile/profile.swagger.js";
import { supportSwaggerDocs } from "./app/modules/support/support.swagger.js";
import { templateSwaggerDocs } from "./app/modules/template/template.swagger";
import { usersSwaggerDocs } from "./app/modules/users/users.swagger";
import { templateSwaggerDocs } from "./app/modules/template/template.swagger.js";
import { usersSwaggerDocs } from "./app/modules/users/users.swagger.js";
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);