Step towards working with new middleware, still broken

This commit is contained in:
Tyler Renelle
2012-07-17 14:47:19 -04:00
parent f4c9f05ae0
commit 036badb3e4
4 changed files with 109 additions and 93 deletions

View File

@@ -17,7 +17,9 @@ serverError = require('./serverError');
racer = require('derby/node_modules/racer');
racer.set('transports', ['xhr-polling']);
racer.use(racer.logPlugin);
racer.set('bundle timeout', 10000);
expressApp = express();