Skip to content

Commit a9cf3f2

Browse files
author
hirsch88
committed
add procfile
1 parent 917c34f commit a9cf3f2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: ./node_modules/.bin/tsc --module commonjs --outDir build/ --noImplicitAny --sourceMap --target ES5 src/index.ts && node build/index.js

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"request": "^2.81.0",
8989
"serve-favicon": "^2.4.2",
9090
"ts-node": "^2.0.0",
91+
"tsc": "^1.20150623.0",
9192
"typescript": "^2.3.2",
9293
"winston": "^2.3.1"
9394
},

0 commit comments

Comments
 (0)