Refactors event socket

This commit is contained in:
Rune Harlyk
2024-11-07 16:58:19 +01:00
committed by Rune Harlyk
parent fd652bd967
commit 89611b5e3e
20 changed files with 98 additions and 127 deletions
+1 -6
View File
@@ -1,6 +1,6 @@
# Developing
> *Prerequsition*: You have successfully build, flashed and configured your robot.
> _Prerequsition_: You have successfully build, flashed and configured your robot.
## Setting up SvelteKit
@@ -15,11 +15,6 @@ server: {
target: 'http://spot-micro.local', // Here
changeOrigin: true,
ws: true
},
'/ws': {
target: 'ws://spot-micro.local', // Here
changeOrigin: true,
ws: true
}
}
},