mirror of
https://github.com/sern-handler/tools
synced 2026-06-27 18:22:22 +00:00
16 lines
354 B
Clojure
16 lines
354 B
Clojure
;; shadow-cljs configuration
|
|
{:source-paths
|
|
["src"]
|
|
|
|
:dependencies
|
|
[]
|
|
|
|
:builds
|
|
{:poster {:target :node-library
|
|
:output-to "dist/index.js"
|
|
:exports { :client core.poster/poster
|
|
:isOk core.poster/isOk?
|
|
:is4XX core.poster/is4XX? }
|
|
:build-hooks [(dev.mv/hook)]
|
|
}}}
|