Sfoglia il codice sorgente

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

Tienson Qin 6 mesi fa
parent
commit
73b5cd182f
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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"