Skip to content

Instantly share code, notes, and snippets.

@dameyerdave
Last active January 4, 2024 15:22
Show Gist options
  • Save dameyerdave/e8e0203495e58f8dfab441cf6e2a205d to your computer and use it in GitHub Desktop.
Save dameyerdave/e8e0203495e58f8dfab441cf6e2a205d to your computer and use it in GitHub Desktop.
Quasar Dev Server
// Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#devServer
devServer: {
// https: true
open: true, // opens browser window automatically
proxy: {
'/api': 'http://api:5000',
'/admin': 'http://api:5000',
'/media': 'http://api:5000',
'/static': 'http://api:5000',
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment