1 2 3 4 5 6 7 8 9 10 11 12 13
module.exports = { ui: { port: 8081, }, files: ["./examples/*.html"], proxy: { target: "http://localhost:8000", }, port: 8080, injectChanges: true, reloadDelay: 50, open: false, };