Fix backend server startup - move listen() inside database init to keep event loop alive

This commit is contained in:
magdo
2025-11-25 21:44:08 +01:00
parent 73c939e75b
commit 4a5486caa4
5 changed files with 24 additions and 30 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
/* Language and Environment */
"target": "ES2020", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"lib": ["ES2020"], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
// "jsx": "preserve", /* Specify what JSX code is generated. */
// "libReplacement": true, /* Enable lib replacement. */
"experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */