web: prototype websocket client

This commit is contained in:
2025-04-14 10:32:17 -07:00
parent b11f6b5149
commit 638d55a36c
4 changed files with 26 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ mod consts;
mod graphql;
mod state;
mod view;
mod websocket;
fn main() {
// This provides better error messages in debug mode.