diff options
| author | jtsshieh <27078349+jtsshieh@users.noreply.github.com> | 2020-05-08 19:16:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-08 19:16:52 -0400 |
| commit | 568381749fa6bfb18a55db935647842ddb81f514 (patch) | |
| tree | d695c7010ee8e4048cf9d81c07d5f9cdec2a152b | |
| parent | 63e2314ba4e8c64ffd0611e52d97a8cdda70ef4d (diff) | |
| download | PokeBot-568381749fa6bfb18a55db935647842ddb81f514.tar.gz PokeBot-568381749fa6bfb18a55db935647842ddb81f514.tar.bz2 PokeBot-568381749fa6bfb18a55db935647842ddb81f514.zip | |
Create Procfile
| -rw-r--r-- | Procfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..9ebe8e8 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: npm start |
