module.exports = { port: 3000, server: "./dist", files: "./dist/**/*", watchOptions: { usePolling: true, interval: 200, binaryInterval: 200 } }