diff --git a/vue.config.js b/vue.config.js index 2556a4d..d284903 100644 --- a/vue.config.js +++ b/vue.config.js @@ -6,6 +6,7 @@ function resolve(dir) { module.exports = { devServer: { disableHostCheck: true, + port: process.env.DEV_SERVER_PORT || 8080 }, pwa: { name: "YesPlayMusic",