Write upload handler
This commit is contained in:
parent
13fad6756e
commit
9fa17f6f6c
3 changed files with 68 additions and 12 deletions
3
deps.edn
3
deps.edn
|
|
@ -10,7 +10,8 @@
|
|||
;; clojurescript build tool and dependencies (see also shadow-cljs.edn)
|
||||
{:cljs {:extra-deps {thheller/shadow-cljs {:mvn/version "2.8.109"}
|
||||
appliedscience/js-interop {:mvn/version "0.2.5"}
|
||||
reagent {:mvn/version "1.0.0-alpha1"}}}
|
||||
reagent {:mvn/version "1.0.0-alpha1"}
|
||||
cljs-http {:mvn/version "0.1.46"}}}
|
||||
|
||||
;; packaging the server as a standalone jar for production
|
||||
:uberjar {:extra-deps {luchiniatwork/cambada {:mvn/version "1.0.2"}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue