[web] Fix linter error

This commit is contained in:
Christian Meffert 2024-12-27 13:25:27 +00:00 committed by Alain Nussbaumer
parent a454f062bb
commit c2ad43da93

View File

@ -39,7 +39,7 @@ export default defineConfig({
server: { server: {
proxy: { proxy: {
'/api': { target }, '/api': { target },
'/ws': { target: target, ws: true }, '/ws': { target, ws: true },
'/artwork': { target }, '/artwork': { target },
'/stream.mp3': { target } '/stream.mp3': { target }
} }