diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-03-27 19:42:24 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-03-27 19:54:05 +0000 |
| commit | 2ca1b0cf819604a617f875cb7a398a48cd55ea54 (patch) | |
| tree | 9f006db63e16538dfef799fd75dd3bf3b9c8f6ee /project.clj | |
| parent | initial commit (diff) | |
| download | redirectly-2ca1b0cf819604a617f875cb7a398a48cd55ea54.tar.gz redirectly-2ca1b0cf819604a617f875cb7a398a48cd55ea54.zip | |
deployability
Diffstat (limited to 'project.clj')
| -rw-r--r-- | project.clj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/project.clj b/project.clj index 9ae0b54..e9df16b 100644 --- a/project.clj +++ b/project.clj @@ -7,5 +7,7 @@ :dependencies [[org.clojure/clojure "1.10.0"] [sonian/carica "1.2.2"] [ring/ring-core "1.7.1"] - [ring/ring-jetty-adapter "1.7.1"] - [ring-logger "1.0.1"]]) + [ring/ring-jetty-adapter "1.7.1"]] + :main redirectly.deploy + :profiles {:uberjar {:aot :all}}) + ; :jar-exclusions [#"^config\.edn$"]) |
