backend done

This commit is contained in:
Edison
2025-11-03 16:15:06 +08:00
parent b1a8612571
commit b6352dcddc
3 changed files with 138 additions and 86 deletions
+2
View File
@@ -25,6 +25,8 @@ async function startServer() {
waitForConnections: true,
connectionLimit: 10,
queueLimit: 0,
timezone: 'Z',
dateStrings: true
});
try {