diff options
Diffstat (limited to 'deps.edn')
-rw-r--r-- | deps.edn | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,6 +23,7 @@ reagent/reagent {:mvn/version "1.1.1"} re-frame/re-frame {:mvn/version "1.3.0"} day8.re-frame/http-fx {:mvn/version "0.2.4"} - cljs-ajax/cljs-ajax {:mvn/version "0.8.4"}} + cljs-ajax/cljs-ajax {:mvn/version "0.8.4"} + akiroz.re-frame/storage {:mvn/version "0.1.4"}} :main-opts ["-m" "shadow.cljs.devtools.cli"]} :run {:main-opts ["-m" "tubo.core"]}}} |