File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 10
10
{:git/url " https://github.com/cognitect-labs/test-runner"
11
11
:sha " 76568540e7f40268ad2b646110f237a60295fa3c" }}
12
12
:main-opts [" -m" " cognitect.test-runner"
13
- " -d" " test" ]}}}
13
+ " -d" " test" ]}
14
+ :release {:extra-deps {applied-science/deps-library {:mvn/version " 0.4.0" }}
15
+ :main-opts [" -m" " applied-science.deps-library" ]}}}
Original file line number Diff line number Diff line change
1
+ {:group-id " applied-science"
2
+ :artifact-id " waqi"
3
+ :scm-url " https://github.com/applied-science/waqi" }
Original file line number Diff line number Diff line change 28
28
[org.httpkit.server :as httpkit]
29
29
[ring.util.response :as ring]))
30
30
31
+ ; ; TODO consider delegating websocket interaction to Funnel:
32
+ ; ; https://clojureverse.org/t/announcing-the-first-release-of-funnel/6023
33
+
31
34
(defonce ^{:doc " WebSocket channel for sending Vega specs to the browser." }
32
35
ws-chan (atom nil ))
33
36
You can’t perform that action at this time.
0 commit comments