You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dda-masto-embed/masto-embed/env/prod/cljs/masto_embed/app.cljs

8 lines
148 B
Clojure

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