Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit f2074b4

Browse files
committed
Another fix for Heroku
1 parent 6eb8536 commit f2074b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"npm": "5"
1212
},
1313
"scripts": {
14-
"start": "node app.js",
14+
"start": "node src/app.js",
1515
"serve": "./node_modules/.bin/concurrently \"npm run start:be\" \"npm run start:fe\"",
1616
"start:be": "nodemon src/app.js",
1717
"start:fe": "gulp build:watch",

0 commit comments

Comments
 (0)