Initial Commit
This commit is contained in:
commit
f8d3ea92b1
12 changed files with 350 additions and 0 deletions
9
bin/www
Executable file
9
bin/www
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env node
|
||||
var debug = require('debug')('unify.audio');
|
||||
var app = require('../app');
|
||||
|
||||
app.set('port', process.env.PORT || 3000);
|
||||
|
||||
var server = app.listen(app.get('port'), function() {
|
||||
debug('Express server listening on port ' + server.address().port);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue