From e315259db848d003c7b1616d3bc00a3cb13b4801 Mon Sep 17 00:00:00 2001 From: Zhi Date: Fri, 27 Feb 2026 09:47:36 +0000 Subject: [PATCH] fix: add Frontend as git submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 1102cd7..a03ad14 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "HarborForge.Backend"] path = HarborForge.Backend url = https://git.hangman-lab.top/zhi/HarborForge.Backend.git +[submodule "HarborForge.Frontend"] + path = HarborForge.Frontend + url = https://git.hangman-lab.top/zhi/HarborForge.Frontend.git