fix: remove debug case

This commit is contained in:
charlie
2026-05-21 15:31:29 +08:00
parent a8b41bdfd8
commit 5197b73b48

View File

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