Rename server file

This commit is contained in:
Gabriel Augendre 2016-04-23 20:11:39 +02:00
parent 0825f1c691
commit a730a24216
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1
2 changed files with 1 additions and 2 deletions

View file

@ -1 +1 @@
web: node src/bin/www
web: node src/bin/www.js

View file

@ -16,7 +16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#!/usr/bin/env node
'use strict';
require('dotenv').config({silent: true});
var throng = require('throng');