mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
replace websocket with sockatrice
This commit is contained in:
parent
68050b56bc
commit
e2319c84db
218 changed files with 89 additions and 9100 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue