tfcconnection-zola/shadow-cljs.edn
Chris Cochrun 4242f0d05a adding quicklisp and sbcl to add parenscript possibly
These are all just testing pieces but possible changes to add
2023-05-25 09:26:06 -05:00

8 lines
265 B
Clojure

{:source-paths ["src"]
:dependencies [[cljs-http "0.1.46"]
[binaryage/oops "0.7.2"]]
:builds {:app {:target :browser
:output-dir "static/js"
:asset-path "/js"
:modules {:forms {:entries [forms]}}}}}