Added restore session method to recreate the session without needing to create a new one

This commit is contained in:
2025-10-15 14:47:04 -05:00
parent 40943b6055
commit ac05ae423e
2 changed files with 44 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"lib": ["ES2020"],
"lib": ["ES2020", "esnext", "dom"],
"declaration": true,
"declarationMap": true,
"sourceMap": true,