Remove outdated documentation files for companies and migration guide; implement server session management features including server assignment and session status updates; enhance database schema for servers and server sessions with new fields and validation; add auto-assign functionality for unassigned sessions.

This commit is contained in:
2025-10-06 15:59:55 +05:00
parent 9e4bc7b0f8
commit a49129f643
16 changed files with 2332 additions and 483 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "strem.graff.tech-session-server",
"version": "1.0.50",
"module": "src/index.js",
"devDependencies": {
"bun-types": "latest"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts",
"build": "bun bun.build.ts",
"start": "bun ./dist/index.js"
},
"dependencies": {
"got": "^14.4.9"
}
}