Added applied-science/js-interop plugin. (#101)

* Added applied-science/js-interop plugin.

* Changelog update.
This commit is contained in:
Chris McCormick 2024-12-21 19:23:47 +00:00 committed by GitHub
parent 6359392c97
commit df1e5a429a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,8 @@
(ns scittle.js-interop
(:require
[sci.configs.applied-science.js-interop :as j]
[scittle.core :as scittle]))
(scittle/register-plugin!
::js-interop
j/config)