Created
September 17, 2022 17:11
-
-
Save CalebMacdonaldBlack/adf5c0d86b75e7f895332fe3d9b27be7 to your computer and use it in GitHub Desktop.
Serving shadow-cljs server-side
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{:deps {} | |
:builds {:app {:target :browser | |
:output-dir "../server/resources/public/assets/js/compiled" | |
:asset-path "/assets/js/compiled" | |
:devtools {:watch-dir "../server/resources/public"} | |
:modules {:app {:entries [com.calebmacdonaldblack.core]}}}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment