Skip to content

Commit c048131

Browse files
committed
Add a Procfile with the npm start command
Also, update the Procfile.dev with the updated `npm run dev` command. Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
1 parent 57ef9d4 commit c048131

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: npm start

Procfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: npm start
1+
web: npm run dev

0 commit comments

Comments
 (0)