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",
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./src",
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": true,
"noImplicitAny": true
}
},
"include": ["src/**/*"]
}