Skip to content

Commit fe39f36

Browse files
committed
Temporarily disable adding require in core.cljs until bug is fixed
1 parent d86be60 commit fe39f36

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

sente/config.edn

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
:path "src/clj/<<sanitized>>/core.clj"
3737
:action :append-requires
3838
:value ["[<<ns-name>>.web.routes.ws]"]}
39-
{:type :clj
40-
:path "src/cljs/<<sanitized>>/core.cljs"
41-
:action :append-requires
42-
:value ["[<<ns-name>>.ws :as ws]"]}]}}}
39+
;; {:type :clj
40+
;; :path "src/cljs/<<sanitized>>/core.cljs"
41+
;; :action :append-requires
42+
;; :value ["[<<ns-name>>.ws :as ws]"]}
43+
]}}}

0 commit comments

Comments
 (0)