mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
* Frontend and cmdline version use the same fns! * Add docstrings and db tests * Fix bug with intermittently failing asset copies * Move publish cli to scripts since publish-spa shouldn't have graph-parser dependency * Fix parse-graph bug noticed while testing publishing
8 lines
210 B
Clojure
8 lines
210 B
Clojure
{:paths ["src"]
|
|
:deps
|
|
{logseq/graph-parser
|
|
;; Nbb bug. Should just be "../graph-parser"
|
|
{:local/root "../../../../deps/graph-parser"}
|
|
logseq/publish-spa
|
|
{:local/root "../../../../deps/publish-spa"}}}
|