refactor: have one fn to fetch ~/logseq/graphs dir

Also add deps.edn to cli dep which is needed for reuse with frontend
This commit is contained in:
Gabriel Horner
2025-08-04 16:53:40 -04:00
committed by Gabriel Horner
parent 1765148851
commit 241c1c104e
6 changed files with 26 additions and 22 deletions

View File

@@ -37,6 +37,7 @@
logseq/graph-parser {:local/root "deps/graph-parser"}
logseq/outliner {:local/root "deps/outliner"}
logseq/publishing {:local/root "deps/publishing"}
logseq/cli {:local/root "deps/cli"}
logseq/shui {:local/root "deps/shui"}
metosin/malli {:mvn/version "0.16.1"}
com.cognitect/transit-cljs {:mvn/version "0.8.280"}