diff --git a/src/uxbox/core.cljs b/src/uxbox/core.cljs index 9df9437f83..8f73574e68 100644 --- a/src/uxbox/core.cljs +++ b/src/uxbox/core.cljs @@ -30,4 +30,8 @@ (ui/init) (rs/emit! (dl/load-data)) + + ;; During development, you can comment the + ;; following call for disable temprary the + ;; local persistence. (main))