From 05edb144b2466c2e9013d6c40d45847a109f1012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20L=C3=B3pez?= Date: Tue, 19 Apr 2022 16:55:41 -0600 Subject: [PATCH] Adds admin submodule (#2554) --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitmodules b/.gitmodules index be6c9179..f5e7aa9a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ +[submodule "apps/admin"] + path = apps/admin + url = https://github.com/calcom/admin.git + branch = main [submodule "apps/api"] path = apps/api url = https://github.com/calcom/api.git