forked from Squatconf/Website
2 changed files with 3 additions and 17 deletions
@ -1,15 +0,0 @@ |
|||
#!/usr/bin/env node
|
|||
|
|||
var ecstatic = require('ecstatic') |
|||
, port = 8000 |
|||
, app = require('http').createServer( |
|||
ecstatic({ root: __dirname + '/public' }) |
|||
).listen(port, function () { |
|||
console.log('Listening on http://localhost:' + port) |
|||
}) |
|||
; |
|||
|
|||
process.on('uncaughtException', function (err) { |
|||
console.error('Error at:', new Date) |
|||
console.error(err.stack) |
|||
}) |
Loading…
Reference in new issue