scittle/plugins/dataspex/src/scittle_plugin.edn
2025-07-14 18:38:50 +03:00

9 lines
291 B
Clojure

[{:name scittle/dataspex
:namespaces [dataspex.core]
:js "./scittle.dataspex.js"
:shadow-config
{:modules
{:scittle.dataspex {:init-fn scittle.dataspex/init
:depends-on #{:scittle :scittle.datascript}
:entries [dataspex.core]}}}}]