0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00
penpot/frontend/scripts/repl.clj

7 lines
147 B
Clojure
Raw Normal View History

(require '[cljs.repl :as repl])
(require '[cljs.repl.node :as node])
2015-06-18 19:35:50 +02:00
(def options {:output-dir "out/repl"})
(repl/repl* (node/repl-env) options)