fix: Correct session creation flow

This commit is contained in:
AG
2025-10-11 17:09:34 +03:00
parent fd2676dd5f
commit 4c420acc08
3 changed files with 45 additions and 2 deletions

View File

@@ -5,7 +5,6 @@
"moduleResolution": "node",
"types": ["node", "jest"],
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,