Skip to content

Commit 5190192

Browse files
authored
Add http-server to src paths in deploy. (#741)
1 parent 4b1804b commit 5190192

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps.edn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.9.5"}}
7272
:ns-default build}
7373

74-
:deploy {:extra-deps {slipset/deps-deploy {:mvn/version "0.2.1"}}}
74+
:deploy {:extra-paths ["http-server"] ;; add server here to give people access to the routes
75+
:extra-deps {slipset/deps-deploy {:mvn/version "0.2.1"}}}
7576

7677
:http-server {:extra-paths ["http-server"]
7778
:extra-deps {buddy/buddy-auth {:mvn/version "3.0.323"}

0 commit comments

Comments
 (0)