mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
This makes create-graph* namespaces independent of frontend as they should be to be used externally
9 lines
196 B
Clojure
9 lines
196 B
Clojure
{:paths ["src"]
|
|
:deps
|
|
{logseq/graph-parser
|
|
{:local/root "../deps/graph-parser"}
|
|
logseq/outliner
|
|
{:local/root "../deps/outliner"}
|
|
logseq/publishing
|
|
{:local/root "../deps/publishing"}}}
|