* Unified profiles, rather than instantiating profiles every time we want to access one

* Socket and live instance changes
* Possible problem with Deno's handling of sockets, compatibility issue with Node?
This commit is contained in:
2025-03-27 20:00:17 -04:00
parent dd7d929918
commit 492129df17
15 changed files with 147 additions and 82 deletions

View File

@@ -25,7 +25,8 @@
"files": [],
"compilerOptions": {
"types": [
"./src/types/express.ts"
"./src/types/express.ts",
"./src/types/http.ts"
]
}
}