replace websocket with sockatrice

This commit is contained in:
seavor 2026-05-07 15:54:59 -05:00
parent 68050b56bc
commit e2319c84db
218 changed files with 89 additions and 9100 deletions

View file

@ -35,9 +35,9 @@
"@app/store": ["./src/store/index.ts"],
"@app/types": ["./src/types/index.ts"],
"@app/utils": ["./src/utils/index.ts"],
"@app/websocket": ["./src/websocket/index.ts"],
"@app/websocket/types": ["./src/websocket/types/index.ts"],
"@app/generated": ["./src/generated/index.ts"]
"@app/websocket": ["./node_modules/sockatrice/dist/index.d.ts"],
"@app/websocket/types": ["./node_modules/sockatrice/dist/types/index.d.ts"],
"@app/generated": ["./node_modules/sockatrice/dist/generated/index.d.ts"]
}
},
"include": [