Skip to content

Commit

Permalink
Fix: changes to config not necessary for viewing on mobile device in …
Browse files Browse the repository at this point in the history
…local WiFi network
  • Loading branch information
Brett-S-OWB committed Dec 4, 2024
1 parent 555dc26 commit 4cf2b3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/modules/web_themes/standard/source/quasar.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,9 @@ export default configure((/* ctx */) => {
devServer: {
// https: true
open: true, // opens browser window automatically
host: '0.0.0.0', // Allow external access
proxy: {
'/ws': {
//target: 'ws://localhost:9000',
target: 'ws://0.0.0.0:9001', // Changed from localhost
target: 'ws://localhost:9001',
ws: true,
},
},
Expand Down

0 comments on commit 4cf2b3a

Please sign in to comment.