diff options
| author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-15 16:48:26 +0530 |
|---|---|---|
| committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-15 16:48:26 +0530 |
| commit | 49bf6194a0ea7239caa62698ad3b6a9e17027279 (patch) | |
| tree | 583639ee2bd6da4856fc18ccdc9be9d949a3ed6f /Procfile | |
| parent | 90013b52c06611bbbffee6a314ede870bef4a5ab (diff) | |
added Procfile and Makefile from heroku's default template
Diffstat (limited to '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..0a46a9a --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: bin/tic-tac-toe |