Skip to content

Commit b5edf7b

Browse files
committed
Connect to REPL
1 parent 99d56ac commit b5edf7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gitique_examples/core.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
(ns gitique-examples.core
22
(:require [clojure.browser.repl :as repl]))
33

4-
;; (defonce conn
5-
;; (repl/connect "http://localhost:9000/repl"))
4+
(defonce conn
5+
(repl/connect "http://localhost:9000/repl"))
66

77
(enable-console-print!)
88

0 commit comments

Comments
 (0)