From bfcd583376e84e1d695ab85b40d417f1ddf3440b Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Wed, 19 Jan 2022 16:28:08 +0000 Subject: [PATCH] added heroku app.json (#1565) --- app.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 00000000..15095fb5 --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "name": "Cal.com", + "description": "Open Source Scheduling", + "repository": "https://github.com/calendso/calendso", + "logo": "https://cal.com/android-chrome-512x512.png", + "keywords": ["react", "typescript", "node", "nextjs", "prisma", "postgres", "trpc"] +}