CartoAssets/tasks/connect.js

14 lines
246 B
JavaScript
Raw Normal View History

2016-01-14 20:57:13 +08:00
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: '.'
}
}
}
};