embark/templates/demo/config/webserver.js
Jonathan Rainville 002f5992d4 add semicolons
2018-06-18 16:04:35 -04:00

6 lines
73 B
JavaScript

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