mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-14 04:36:50 -07:00
Push state for new documents fixed
This commit is contained in:
parent
3acc2eb17d
commit
d69839b2fb
3 changed files with 16 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue