CartoAssets/tasks/connect.js
2016-01-14 13:57:13 +01:00

14 lines
246 B
JavaScript

module.exports = {
server: {
options: {
port: 9003,
livereload: 35732,
open: true,
hostname: '0.0.0.0', // to be able to access the server not only from localhost
base: {
path: '.'
}
}
}
};