frontend depends_on websocket to avoid error on startup (#1313)

* frontend depends_on websocket to avoid error on startup

* ci: fix lint

---------

Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
This commit is contained in:
Tengku Izdihar
2024-01-26 12:48:26 +07:00
committed by GitHub
parent c8c6f82645
commit 337a024a21
3 changed files with 10 additions and 5 deletions

3
.gitignore vendored
View File

@@ -25,3 +25,6 @@ development/*
*.pyc
__pycache__
venv
# NodeJS
node_modules