mirror of
https://github.com/sern-handler/tools
synced 2026-06-06 01:16:59 +00:00
15 lines
270 B
Clojure
15 lines
270 B
Clojure
;; shadow-cljs configuration
|
|
{:source-paths
|
|
["src"]
|
|
|
|
:dependencies
|
|
[]
|
|
|
|
:builds
|
|
{:poster {:target :node-library
|
|
:output-to "dist/index.js"
|
|
:exports-var core.poster/poster
|
|
:build-hooks
|
|
[(dev.mv/hook 1 2 3)]
|
|
}}}
|