7 lines
100 B
JavaScript
Raw Normal View History

module.exports = {
enabled: true,
host: "localhost",
openBrowser: true,
port: 8000
};