mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
[web] Lint code
This commit is contained in:
@@ -39,9 +39,9 @@ export default defineConfig({
|
||||
server: {
|
||||
proxy: {
|
||||
'/api': { target },
|
||||
'/ws': { target, ws: true },
|
||||
'/artwork': { target },
|
||||
'/stream.mp3': { target }
|
||||
'/stream.mp3': { target },
|
||||
'/ws': { target, ws: true }
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user