Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
server.js stuff for no.de
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Apr 28, 2011
1 parent e7020b1 commit e77657f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server.js
@@ -0,0 +1,4 @@
#!/usr/bin/env node
// 'server.js' shim to app.js for no.de deployment.
var app = require('./app.js');
app.main();

0 comments on commit e77657f

Please sign in to comment.