You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
185 B

module.exports = {
proxy: "localhost:8000",
files: ["**/*.css", "**/*.pug", "**/*.js"],
ignore: ["node_modules"],
reloadDelay: 10,
ui: false,
notify: false,
port: 3000,
};