Skip to content

Commit 693a4e7

Browse files
committed
directly start app
1 parent c00d2a7 commit 693a4e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
worker: npm run prod:build && prod:start
1+
worker: prod:start

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"author": "buoyantair <buoyantair@protonmail.com>",
77
"license": "MIT",
88
"scripts": {
9-
"start": "npx nodemon ./dist/main.js",
10-
"build": "npx gulp watch",
9+
"dev:start": "npx nodemon ./dist/main.js",
10+
"dev:build": "npx gulp watch",
1111
"test": "npx jest",
1212
"test:watch": "npx jest --watch",
13-
"prod:build":"npx gulp",
13+
"prod:build": "npx gulp ts",
1414
"prod:start": "node ./dist/main.js"
1515
},
1616
"dependencies": {

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