add npm stuff, dist/ folder

This commit is contained in:
CoolElectronics 2023-08-24 15:21:24 -04:00
parent ac3a135fff
commit 15304a80fe
No known key found for this signature in database
GPG key ID: F63593D168636C50
22 changed files with 50951 additions and 11 deletions

View file

@ -79,7 +79,6 @@
// TODO: error handling here
await connection.initialize();
let bare = new AdriftBareClient(connection);
console.log(setBareClientImplementation);
setBareClientImplementation(bare);
state = ReadyState.Connected;
}