Skip to content

Commit

Permalink
[web] Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
chme committed Dec 27, 2024
1 parent f2e4819 commit 4206940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-src/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineConfig({
server: {
proxy: {
'/api': { target },
'/ws': { target: target, ws: true },
'/ws': { target, ws: true },
'/artwork': { target },
'/stream.mp3': { target }
}
Expand Down

0 comments on commit 4206940

Please sign in to comment.