⛱️ Updates dev proxy to used factory mdns

This commit is contained in:
Rune Harlyk
2024-05-27 23:10:17 +02:00
committed by Rune Harlyk
parent 482a8ed50c
commit 84c9b99097
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -17,12 +17,12 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://192.168.0.172',
target: 'http://spot-micro.local/',
changeOrigin: true,
ws: true
},
'/ws': {
target: 'ws://192.168.0.172',
target: 'ws://spot-micro.local/',
changeOrigin: true,
ws: true
}