Initial commit
This commit is contained in:
commit
86c675f22d
42 changed files with 1407 additions and 0 deletions
7
env/prod/cljs/geocsv/app.cljs
vendored
Normal file
7
env/prod/cljs/geocsv/app.cljs
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(ns geocsv.app
|
||||
(:require [geocsv.core :as core]))
|
||||
|
||||
;;ignore println statements in prod
|
||||
(set! *print-fn* (fn [& _]))
|
||||
|
||||
(core/init!)
|
||||
Loading…
Add table
Add a link
Reference in a new issue