SyntaxFix
Write A Post
Hire A Developer
Questions
I usually use this
app.configure(function() { app.use(express.static(__dirname + '/web')); });
Just be careful because that'll share anything in the /web directory.
I hope it helps