mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
chore: add electron repl
This commit is contained in:
@@ -5,3 +5,8 @@
|
||||
[]
|
||||
(api/watch :app)
|
||||
(api/repl :app))
|
||||
|
||||
(defn electron-repl
|
||||
[]
|
||||
(api/watch :electron)
|
||||
(api/repl :electron))
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
(ns electron.core
|
||||
(:require [electron.init :refer [init-channel]]
|
||||
[electron.handler :as handler]
|
||||
["fs" :as fs]
|
||||
["path" :as path]
|
||||
["electron" :refer [BrowserWindow app] :as electron]
|
||||
|
||||
2
src/electron/electron/handler.cljs
Normal file
2
src/electron/electron/handler.cljs
Normal file
@@ -0,0 +1,2 @@
|
||||
(ns electron.handler
|
||||
(:require [electron-better-ipc :refer [ipcMain]]))
|
||||
Reference in New Issue
Block a user