Skip to content

Instantly share code, notes, and snippets.

@CalebMacdonaldBlack
Created September 17, 2022 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CalebMacdonaldBlack/adf5c0d86b75e7f895332fe3d9b27be7 to your computer and use it in GitHub Desktop.
Save CalebMacdonaldBlack/adf5c0d86b75e7f895332fe3d9b27be7 to your computer and use it in GitHub Desktop.
Serving shadow-cljs server-side
{: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