Rename server file
This commit is contained in:
parent
0825f1c691
commit
a730a24216
2 changed files with 1 additions and 2 deletions
2
Procfile
2
Procfile
|
@ -1 +1 @@
|
|||
web: node src/bin/www
|
||||
web: node src/bin/www.js
|
||||
|
|
|
@ -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');
|
Loading…
Reference in a new issue