This commit is contained in:
Lloyd Brookes
2013-06-04 12:53:49 +01:00
parent 32c67d6547
commit 242830b918
2 changed files with 7 additions and 4 deletions

1
server.js Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env node
var connect = require('connect');
var app = connect()