Skip to content

Commit

Permalink
use ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
ainsofs committed Apr 21, 2024
1 parent eef9c25 commit cc787ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions q-app/quasar-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
"icons": "icongenie generate -i src/icon/AppIcon.png --skip-trim --theme-color=019267",
"test:e2e": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://localhost:8080 \"cypress open\"",
"test:e2e:ci": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://localhost:8080 \"cypress run\"",
"test:e2e:ci:chrome": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://localhost:8080 \"cypress run --browser chrome\"",
"test:e2e:ci:firefox": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://localhost:8080 \"cypress run --browser firefox\"",
"test:e2e:ci:novid": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://localhost:8080 \"cypress run --config video=false\"",
"test:e2e:ci:novid:chrome": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://localhost:8080 \"cypress run --config video=false --browser chrome\"",
"test:e2e:ci:novid:firefox": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://localhost:8080 \"cypress run --config video=false --browser firefox\"",
"test:e2e": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://::1:8080 \"cypress open\"",
"test:e2e:ci": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://::1:8080 \"cypress run\"",
"test:e2e:ci:chrome": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://::1:8080 \"cypress run --browser chrome\"",
"test:e2e:ci:firefox": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://::1:8080 \"cypress run --browser firefox\"",
"test:e2e:ci:novid": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://::1:8080 \"cypress run --config video=false\"",
"test:e2e:ci:novid:chrome": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://::1:8080 \"cypress run --config video=false --browser chrome\"",
"test:e2e:ci:novid:firefox": "cross-env NODE_ENV=test start-test \"quasar dev\" http-get://::1:8080 \"cypress run --config video=false --browser firefox\"",
"test:component": "cross-env NODE_ENV=test cypress open-ct",
"test:component:ci": "cross-env NODE_ENV=test cypress run-ct"
},
Expand Down
1 change: 0 additions & 1 deletion q-app/quasar-project/quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ module.exports = configure(function (ctx) {
},
port: 8080,
open: false, // opens browser window automatically
host: '0.0.0.0', // listen on all IPs

proxy: {
// proxy requests to fix cors error. also update public/_redirects file
Expand Down

0 comments on commit cc787ee

Please sign in to comment.