Remove deprecated Nginx configuration for stream.graff.estate and update package dependencies in session-server and client

- Deleted the Nginx configuration file for stream.graff.estate.
- Updated bun.lock files in both client and session-server to include new dependencies and version updates.
- Added 'tree-kill' dependency to session-server for improved process management.
- Refactored process termination logic in session-server to utilize 'tree-kill' for reliable process termination.
This commit is contained in:
2026-02-20 12:46:15 +05:00
parent 2a58a47077
commit 0243284da0
6 changed files with 68 additions and 139 deletions
+2 -1
View File
@@ -12,6 +12,7 @@
"start": "bun ./dist/index.js"
},
"dependencies": {
"got": "^14.4.9"
"got": "^14.4.9",
"tree-kill": "^1.2.2"
}
}