vue.config.js 78 B

123456
  1. module.exports = {
  2. publicPath: "./",
  3. devServer: {
  4. port: 8089,
  5. },
  6. };