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.
11 lines
597 B
Plaintext
11 lines
597 B
Plaintext
{:deps {:aliases [:dev]}
|
|
:nrepl {:port 9000}
|
|
:builds {:workspaces {:target :browser
|
|
:output-dir "resources/public/js/workspaces"
|
|
:asset-path "/js/workspaces"
|
|
:devtools {:preloads [com.fulcrologic.fulcro.inspect.preload]
|
|
:http-root "resources/public"
|
|
:http-port 8023
|
|
:http-resource-root "."}
|
|
:modules {:main {:entries [com.ibm.carbon.workspaces-main]}}}}}
|