mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 14:14:13 +01:00
quick fixes
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
build123d==0.4.0
|
||||
yacv-server==0.1.0
|
||||
asyncio==3.4.3
|
||||
build123d
|
||||
yacv-server
|
||||
@@ -40,7 +40,7 @@ export class NetworkManager extends EventTarget {
|
||||
}
|
||||
}
|
||||
|
||||
private monitorDevServer(url: string) {
|
||||
private monitorDevServer(url: URL) {
|
||||
// WARNING: This will spam the console logs with failed requests when the server is down
|
||||
let eventSource = new EventSource(url);
|
||||
eventSource.onmessage = (event) => {
|
||||
|
||||
Reference in New Issue
Block a user