add tailwind and svelte-m3 to the frontend

This commit is contained in:
CoolElectronics 2023-08-13 23:57:06 -04:00
parent f97e3b247f
commit f0579a4fe2
No known key found for this signature in database
GPG key ID: F63593D168636C50
9 changed files with 448 additions and 52 deletions

View file

@ -17,15 +17,6 @@ import { Connection } from "./Connection";
// }
// }
//
const WebSocketFields = {
prototype: {
send: WebSocket.prototype.send,
},
CLOSED: WebSocket.CLOSED,
CLOSING: WebSocket.CLOSING,
CONNECTING: WebSocket.CONNECTING,
OPEN: WebSocket.OPEN,
};
export class AdriftBareClient extends Client {
constructor(private connection: Connection) {