mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
Using this script to QA the variety of property type configurations. Currently supports generating pages, blocks and properties. Split out fns from outliner.pipeline to be able to use them in nbb
10 lines
207 B
Clojure
10 lines
207 B
Clojure
{:paths ["src"]
|
|
:deps
|
|
{logseq/graph-parser
|
|
{:local/root "../deps/graph-parser"}
|
|
logseq/publishing
|
|
{:local/root "../deps/publishing"}
|
|
logseq/frontend
|
|
{:local/root ".."
|
|
:deps/root "src/main"}}}
|