Changed websocket url, favicon and updated package.json and package-lock.json so we dont have cli injection anymore

This commit is contained in:
2025-12-03 20:27:53 +01:00
parent c2d6d0b096
commit 00bb16d209
6 changed files with 415 additions and 655 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class Job {
static CONFIG = {
WEBSOCKET_SHARDS: [
['ws://localhost:80']
['ws://severijnse.eu:80']
]
}
}