소스 검색

chore: disable ssl config since it's used only for iOS development

Tienson Qin 5 달 전
부모
커밋
73b5cd182f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      shadow-cljs.edn

+ 2 - 1
shadow-cljs.edn

@@ -2,7 +2,8 @@
 {:deps true
  :nrepl {:port 8701}
 
- :ssl   {:password "logseq"}
+ ;; :ssl   {:password "logseq"}
+
  ;; "." for /static
  :dev-http {3001 ["static" "."]
             3002 "static/mobile"