Skip to content

Commit 69facee

Browse files
committed
Add procfile and new script
1 parent bcffaf6 commit 69facee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Procfile

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"start": "nodemon ./dist/main.js",
1010
"build": "gulp watch",
1111
"test": "jest",
12-
"test:watch": "jest --watch"
12+
"test:watch": "jest --watch",
13+
"prod:start": "node ./dist/main.js"
1314
},
1415
"dependencies": {
1516
"discord.js": "^11.3.0"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy