No known key found for this signature in database
GPG Key ID: B664881177781B04
1 changed files with
4 additions and
1 deletions
-
main.js
|
|
|
@ -84,7 +84,10 @@ var lrserver = livereload.createServer({ |
|
|
|
}); |
|
|
|
|
|
|
|
var app = express(); |
|
|
|
app.use(require('connect-livereload')()); |
|
|
|
app.use(require('connect-livereload')({ |
|
|
|
port: lrport, |
|
|
|
host: lrhost, |
|
|
|
})); |
|
|
|
app.use(express.static(serve)); |
|
|
|
|
|
|
|
module.exports = { |
|
|
|
|