From 3ca642734629b108ece241ea9644f5ed1ee339cb Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 30 Oct 2020 12:58:50 -0700 Subject: feat (desc) feat: - add `Procfile` and `app.json` to "prep" for heroku (probably not going to go to heroku though). - implement a plugin system and enable `random_hi` plugin. - move webserver to seperate location --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile (limited to 'Procfile') diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..6ed2791 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: ./target/release/wisp -- cgit v1.2.3