CostPrediction/frontend/vue.config.js
2024-11-09 00:16:19 +08:00

6 lines
55 B
JavaScript

module.exports = {
devServer: {
port: 8080
}
}