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

This reverts commit 5681452262, reversing
changes made to 0e1295b142.
This commit is contained in:
charlie
2023-11-13 22:05:33 +08:00
parent 5681452262
commit b05a4dffa5

View File

@@ -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!