Skip to content

Commit

Permalink
Update bin/serve with a she-bang line so it can be executed in the …
Browse files Browse the repository at this point in the history
…command line (as per the docs).
  • Loading branch information
clowder committed May 1, 2012
1 parent 0b19b98 commit 0df5c75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/serve
@@ -1,3 +1,4 @@
#!/usr/bin/env node
server = require('../server/server.js');

server({ port : 4444, dev : true });

0 comments on commit 0df5c75

Please sign in to comment.