diff --git a/third_party/init.bash b/third_party/init.bash index 20d8374..6570b42 100644 --- a/third_party/init.bash +++ b/third_party/init.bash @@ -27,4 +27,5 @@ fetch_repo_ex() { } fetch_repo_ex "build_infra" fetch_repo_ex "CPP_Core" -fetch_repo_ex "SSR" \ No newline at end of file +fetch_repo_ex "SSR" +fetch_repo_ex "eacp_webapp" diff --git a/third_party/init.ps1 b/third_party/init.ps1 index 9e555e9..4798460 100644 --- a/third_party/init.ps1 +++ b/third_party/init.ps1 @@ -40,4 +40,5 @@ function Fetch-RepoEx } Fetch-RepoEx "build_infra" Fetch-RepoEx "CPP_Core" -Fetch-RepoEx "SSR" \ No newline at end of file +Fetch-RepoEx "SSR" +Fetch-RepoEx "eacp_webapp" \ No newline at end of file