mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +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
10 lines
392 B
Clojure
10 lines
392 B
Clojure
{:paths ["src" "resources"]
|
|
:aliases
|
|
{:test {:extra-paths ["test"]
|
|
:extra-deps {olical/cljs-test-runner {:mvn/version "3.8.0"}
|
|
org.clojure/clojurescript {:mvn/version "1.11.54"}}
|
|
:main-opts ["-m" "cljs-test-runner.main"]}
|
|
:clj-kondo
|
|
{:replace-deps {clj-kondo/clj-kondo {:mvn/version "2023.05.26"}}
|
|
:main-opts ["-m" "clj-kondo.main"]}}}
|