mirror of
https://github.com/seejohnrun/haste-server.git
synced 2025-12-13 02:55:55 +00:00
Push state for new documents fixed
This commit is contained in:
@@ -12,6 +12,7 @@ winston.remove(winston.transports.Console);
|
||||
winston.add(winston.transports.Console, { colorize: true, level: 'verbose' });
|
||||
|
||||
// TODO preparse static instead of using exists
|
||||
// TODO implement command line
|
||||
|
||||
// Set the server up
|
||||
http.createServer(function(request, response) {
|
||||
|
||||
Reference in New Issue
Block a user