Skip to content

Commit

Permalink
define different port for node instance,
Browse files Browse the repository at this point in the history
as otherwise we'll get "address already in use" errors occasionally
  • Loading branch information
olivermg committed Nov 21, 2019
1 parent 8bb291b commit e79cada
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node.cljs.edn
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
^{:ring-server-options {;;; :host "0.0.0.0"
:port 9501}}
{:main clj-brokee.broker
:target :nodejs
:optimizations :none
Expand Down

0 comments on commit e79cada

Please sign in to comment.