Fix nesting in deps.edn file.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Oly 2023-08-15 08:53:28 +01:00
parent efc090d33b
commit b7463ac316
2 changed files with 3 additions and 1 deletions

View File

@ -34,8 +34,9 @@
:paths ["src" "resources"] :paths ["src" "resources"]
:aliases {:prod {:main-opts ["-m" "figwheel.main" "-bo" "dev"]} :aliases {:prod {:main-opts ["-m" "figwheel.main" "-bo" "dev"]}
:build-dev {:extra-deps {thheller/shadow-cljs {:mvn/version "2.23.3"} :build-dev {:extra-deps {thheller/shadow-cljs {:mvn/version "2.23.3"}
#_#_binaryage/devtools {:mvn/version "1.0.7"}}} #_#_binaryage/devtools {:mvn/version "1.0.7"}}
:main-opts ["-m" "shadow.cljs.devtools.cli"]} :main-opts ["-m" "shadow.cljs.devtools.cli"]}
}
:dev {:extra-deps {thheller/shadow-cljs {:mvn/version "2.23.3"} :dev {:extra-deps {thheller/shadow-cljs {:mvn/version "2.23.3"}
;binaryage/devtools {:mvn/version "1.0.7"} ;binaryage/devtools {:mvn/version "1.0.7"}
no.cjohansen/portfolio {:mvn/version "2023.07.15"}}}} no.cjohansen/portfolio {:mvn/version "2023.07.15"}}}}

View File

@ -2,6 +2,7 @@
(:require [clojure.data.xml :as xml] (:require [clojure.data.xml :as xml]
[clojure-demo.routes :refer [routes]])) [clojure-demo.routes :refer [routes]]))
;; Warning here be macro magic to build the sitemap.
(defn pwa-sitemap [domain routes] (defn pwa-sitemap [domain routes]
(xml/indent-str (xml/indent-str