yenu/env/prod/cljs/yenu/app.cljs

8 lines
128 B
Plaintext
Raw Normal View History

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