We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d56ac commit b5edf7bCopy full SHA for b5edf7b
src/gitique_examples/core.cljs
@@ -1,8 +1,8 @@
1
(ns gitique-examples.core
2
(:require [clojure.browser.repl :as repl]))
3
4
-;; (defonce conn
5
-;; (repl/connect "http://localhost:9000/repl"))
+(defonce conn
+ (repl/connect "http://localhost:9000/repl"))
6
7
(enable-console-print!)
8
0 commit comments