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
2017-03-06 18:38:17 +01:00

6 lines
147 B
Clojure

(require '[cljs.repl :as repl])
(require '[cljs.repl.node :as node])
(def options {:output-dir "out/repl"})
(repl/repl* (node/repl-env) options)