mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-16 23:12:45 +08:00
feat: option for change default devServer port
This commit is contained in:
parent
933b43a1c6
commit
e74b765550
|
@ -6,6 +6,7 @@ function resolve(dir) {
|
|||
module.exports = {
|
||||
devServer: {
|
||||
disableHostCheck: true,
|
||||
port: process.env.DEV_SERVER_PORT || 8080
|
||||
},
|
||||
pwa: {
|
||||
name: "YesPlayMusic",
|
||||
|
|
Loading…
Reference in New Issue
Block a user