commit a0ee1f798c0e8383fa4efeb7a2f2bada18814788 Author: Giovanni Josserand Date: Tue Jun 2 14:22:09 2026 +0200 add submodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..52b8334 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "portfolio-frontend"] + path = portfolio-frontend + url = https://gitea.josserand.ovh/giovanni/portfolio-frontend.git +[submodule "portfolio-backend"] + path = portfolio-backend + url = https://gitea.josserand.ovh/giovanni/portfolio-backend.git diff --git a/portfolio-backend b/portfolio-backend new file mode 160000 index 0000000..5d724e3 --- /dev/null +++ b/portfolio-backend @@ -0,0 +1 @@ +Subproject commit 5d724e37ab5acb240289c5548b88d4b9c64d3c76 diff --git a/portfolio-frontend b/portfolio-frontend new file mode 160000 index 0000000..dfbe312 --- /dev/null +++ b/portfolio-frontend @@ -0,0 +1 @@ +Subproject commit dfbe3123d517f02f4291d34892750ef916c7c883