fix: add retry loop for database connection in entrypoint

This commit is contained in:
2026-06-09 16:50:56 +05:30
parent 1b63f62ca0
commit 4f1df96b34
+3 -1
View File
@@ -9,10 +9,12 @@
"target": "ES2021", "target": "ES2021",
"sourceMap": true, "sourceMap": true,
"outDir": "./dist", "outDir": "./dist",
"rootDir": "./src",
"baseUrl": "./", "baseUrl": "./",
"incremental": true, "incremental": true,
"skipLibCheck": true, "skipLibCheck": true,
"strictNullChecks": true, "strictNullChecks": true,
"noImplicitAny": true "noImplicitAny": true
} },
"include": ["src/**/*"]
} }