mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
so it can be used outside Electron e.g. when creating graphs from CLI. Put a symlink in the old templates/config.edn location to make new location easier to find but it's not needed for anything to work
12 lines
265 B
Clojure
12 lines
265 B
Clojure
{:paths ["src"]
|
|
:deps
|
|
{logseq/graph-parser
|
|
{:local/root "../deps/graph-parser"}
|
|
logseq/outliner
|
|
{:local/root "../deps/outliner"}
|
|
;; for config.edn
|
|
logseq/common
|
|
{:local/root "../deps/common"}
|
|
logseq/publishing
|
|
{:local/root "../deps/publishing"}}}
|