feat(*): Add websockets via partykit for live notifications of tool usage

This commit is contained in:
Josh Creek
2025-04-21 15:20:32 +01:00
parent 839e1183a6
commit 76fcdac563
19 changed files with 2205 additions and 8 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"$schema": "https://www.partykit.io/schema.json",
"name": "partykit",
"main": "src/server.ts",
"compatibilityDate": "2025-04-21",
"serve": {
"path": "public",
"build": "src/client.ts"
}
}