You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
292 B
Plaintext

3 years ago
;; shadow-cljs configuration
{:source-paths
["src/dev"
"src/main"
"src/test"]
:dependencies
[]
:builds
{:frontend
{:target :browser
:output-dir "/home/eihli/src/darklimericks/web/resources/public/wgu/"
:assets-path "/assets/"
3 years ago
:modules {:main {:init-fn wgu.app/init}}}}}