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.
CartoAssets/tasks/connect.js

14 lines
246 B

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: '.'
}
}
}
};