Added Luminus app skeleton; added ADL.

This commit is contained in:
Simon Brooke 2019-12-27 11:28:57 +00:00
parent 8a923c1b33
commit f3c0e728a4
52 changed files with 1761 additions and 0 deletions

7
env/prod/cljs/pastoralist/app.cljs vendored Normal file
View file

@ -0,0 +1,7 @@
(ns pastoralist.app
(:require [pastoralist.core :as core]))
;;ignore println statements in prod
(set! *print-fn* (fn [& _]))
(core/init! false)