Skip to content

Commit a9b8990

Browse files
authored
fix(deploy): add .gitmodules - fix Netlify/Vercel submodule checkout error (#224)
Signed-off-by: Igor <romanchaa997@gmail.com>
1 parent 9fb8794 commit a9b8990

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitmodules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[submodule "audityzer-core"]
2+
path = audityzer-core
3+
url = https://github.com/romanchaa997/Audityzer.git
4+
ignore = all
5+
6+
[submodule "audityzer-platform"]
7+
path = audityzer-platform
8+
url = https://github.com/romanchaa997/Audityzer.git
9+
ignore = all

0 commit comments

Comments
 (0)