gterm/src/vue.config.js

8 lines
148 B
JavaScript

module.exports = {
publicPath: "",
outputDir: "../public",
indexPath: "../index.html",
devServer: {
proxy: 'http://localhost:8000'
}
}