Added protobufs for TS

This commit is contained in:
Niklas Jensen
2025-12-28 22:02:27 +01:00
committed by nikguin04
parent 9ceb7a9919
commit 8e66a03c00
10 changed files with 137 additions and 24 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://spot-micro.local/',
target: 'http://192.168.50.22/',
changeOrigin: true,
ws: true
}