Files
CensoFront/vue.config.js

7 lines
101 B
JavaScript

module.exports = {
publicPath: "./",
devServer: {
host: 'localhost'
}
};