cors: make hostname configurable via env variable

This commit is contained in:
Abdullah Atta
2025-12-29 14:02:48 +05:00
parent 75369a5988
commit 02ccd6cd06
2 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -9,7 +9,9 @@
// See also https://aka.ms/tsconfig/module
"module": "nodenext",
"target": "esnext",
"types": [],
"types": [
"bun-types"
],
// For nodejs:
// "lib": ["esnext"],
// "types": ["node"],