mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 01:46:35 +00:00
13 lines
257 B
Clojure
13 lines
257 B
Clojure
;; shadow-cljs configuration
|
|
{:source-paths
|
|
["src" "src/dev"]
|
|
|
|
:dependencies
|
|
[[binaryage/devtools "0.9.10"]
|
|
[cider/cider-nrepl "0.23.0-SNAPSHOT"]]
|
|
|
|
:builds
|
|
{:app {:target :node-script
|
|
:output-to "index.js"
|
|
:main server.main/-main}}}
|