mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 04:34:14 +00:00
fix: remove debug case
This commit is contained in:
@@ -18,8 +18,7 @@
|
||||
|
||||
(def MAIN_WINDOW_ENTRY (if dev?
|
||||
;; Use index.html to test plugins on development mode
|
||||
;"http://localhost:3001"
|
||||
(str "file://" (node-path/join js/__dirname "index.html"))
|
||||
"http://localhost:3001"
|
||||
(str "file://" (node-path/join js/__dirname "index.html"))))
|
||||
|
||||
(defn create-main-window!
|
||||
|
||||
Reference in New Issue
Block a user