✨ Refactors event socket
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user