diff --git a/public/index.html b/public/index.html index 858a7e2..c7049d5 100644 --- a/public/index.html +++ b/public/index.html @@ -11,43 +11,7 @@ -
-
- - -
-

-      
-
- - -
-

-      
-

- - - -
-

-      
-

- -


-
- - -
- -
+
diff --git a/shadow-cljs.edn b/shadow-cljs.edn index e34ac40..71c6fbd 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -2,9 +2,10 @@ "src/main/cljs" "src/main/resources" "src/test/cljc" + "src/test/cljs" "src/test/resources"] - :dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "0.1.0-SNAPSHOT"]] - :dev-http {8080 "public"} + :dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "5.0.1"] + [hickory "0.7.1"]] :builds {:frontend {:target :browser :modules {:main {:init-fn dda.c4k-keycloak.browser/init}} :release {}