Update vue.config.js

This commit is contained in:
ElectricS01 2023-02-14 23:17:05 +11:00 committed by GitHub
parent 666f88aec9
commit 56af53d4ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ module.exports = {
]
},
devServer: {
proxy: "http://localhost23998"
proxy: "http://localhost:23998"
},
transpileDependencies: ["vuetify"]
}