mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
feat: option for change default devServer port
This commit is contained in:
parent
933b43a1c6
commit
e74b765550
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ function resolve(dir) {
|
||||||
module.exports = {
|
module.exports = {
|
||||||
devServer: {
|
devServer: {
|
||||||
disableHostCheck: true,
|
disableHostCheck: true,
|
||||||
|
port: process.env.DEV_SERVER_PORT || 8080
|
||||||
},
|
},
|
||||||
pwa: {
|
pwa: {
|
||||||
name: "YesPlayMusic",
|
name: "YesPlayMusic",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue