From 1041a3ea1bd354271a8626c3cae75173cc25fa9c Mon Sep 17 00:00:00 2001 From: Rafe Goldberg Date: Mon, 9 Mar 2020 16:00:04 -0700 Subject: [PATCH] chore: add Procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 000000000..0a95eb041 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: npx http-server example/dist --port $PORT \ No newline at end of file