Skip to content

Commit

Permalink
chore: remove websocket in vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Axolotle committed Dec 19, 2024
1 parent 13ea293 commit 8458cae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export default defineConfig(({ mode }) => {
proxy: {
'/yunohost': {
target: `https://${env.VITE_IP}`,
ws: true,
logLevel: 'info',
secure: false,
},
Expand Down

0 comments on commit 8458cae

Please sign in to comment.