add WS client in frontend, start work on play website

This commit is contained in:
2026-02-25 19:57:11 +01:00
parent 2e65f0011f
commit 3f4ea57ee1
8 changed files with 88 additions and 6 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ app = create_app()
if __name__ == "__main__":
print("Starting server...")
sIO.run(app, debug=True)
sIO.run(app, debug=True, use_reloader=False)