fix: lint

This commit is contained in:
hamster1963
2024-11-23 19:34:14 +08:00
parent 3275ea9211
commit 2e06f22a86
4 changed files with 51 additions and 33 deletions

View File

@@ -12,11 +12,11 @@ export default defineConfig({
},
server: {
proxy: {
'/api/v1/ws/server': {
target: 'ws://localhost:8080',
changeOrigin: true,
ws: true,
},
}
}
"/api/v1/ws/server": {
target: "ws://localhost:8080",
changeOrigin: true,
ws: true,
},
},
},
});