fix: properly add closed git submodule
parent
fb042a36b6
commit
ac9729d9a2
|
@ -10,3 +10,6 @@
|
||||||
path = apps/website
|
path = apps/website
|
||||||
url = https://github.com/calcom/website.git
|
url = https://github.com/calcom/website.git
|
||||||
branch = main
|
branch = main
|
||||||
|
[submodule "packages/closed"]
|
||||||
|
path = packages/closed
|
||||||
|
url = https://github.com/calcom/closed.git
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 069d7c31ec19055c00c8c2107f5ff238648c10db
|
Loading…
Reference in New Issue