From f6bae0fd76b872872a0d4f71d5e8d1a3d851e17d Mon Sep 17 00:00:00 2001 From: "Katharina E." <42547712+kathari00@users.noreply.github.com> Date: Sat, 26 Jul 2025 12:07:11 +0200 Subject: [PATCH] Make esbuild to default for angular --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 973bf5c..97d41bc 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ git clone https://github.com/keycloakify/keycloakify-starter {% tab title="Angular" %} ```bash -git clone https://github.com/keycloakify/keycloakify-starter-angular-vite keycloakify-starter +git clone https://github.com/keycloakify/keycloakify-starter-angular keycloakify-starter-angular-vite ``` Credit goes to [@kathari00](https://github.com/kathari00) for taking the initiative and driving the development of Angular support.