IReadIt/env/prod/cljs/ireadit/app.cljs
Simon Brooke bad860f78e Added a boilerplate luminus project
+re-frame +swagger +oauth - probably this is massive overkill
2019-02-17 12:35:35 +00:00

8 lines
134 B
Clojure

(ns ireadit.app
(:require [ireadit.core :as core]))
;;ignore println statements in prod
(set! *print-fn* (fn [& _]))
(core/init!)