Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
fix: nuxt vite https config causing issues
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Nov 17, 2023
1 parent 86d5a85 commit cad5eca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const config = defineNuxtConfig({
hmr: {
protocol: 'ws',
},
https: false,
proxy: {
'/api': {
target: 'http://localhost:8282',
Expand Down

0 comments on commit cad5eca

Please sign in to comment.