merge: websockets & refactoring

This commit is contained in:
Mat12143 2025-08-02 03:56:01 +02:00
commit 7020a334a2
8 changed files with 218 additions and 26 deletions

1
frontend/src/lib/util.ts Normal file
View file

@ -0,0 +1 @@
export type FetchError = { code: number, message: string }