Selaa lähdekoodia

Revert "Merge branch 'feat/cmdk' of https://github.com/logseq/logseq into feat/cmdk"

This reverts commit 56814522626ebf5bd2308420a61e962e249fe08a, reversing
changes made to 0e1295b142b7e59336f07d2e1da7dd864b25837c.
charlie 2 vuotta sitten
vanhempi
sitoutus
b05a4dffa5
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/electron/electron/window.cljs

+ 2 - 2
src/electron/electron/window.cljs

@@ -15,8 +15,8 @@
 (defonce *quitting? (atom false))
 
 (def MAIN_WINDOW_ENTRY (if dev?
-                         "http://localhost:3001"
-                         ;(str "file://" (node-path/join js/__dirname "index.html"))
+                         ;;"http://localhost:3001"
+                         (str "file://" (node-path/join js/__dirname "index.html"))
                          (str "file://" (node-path/join js/__dirname "electron.html"))))
 
 (defn create-main-window!