figwheel-main

figwheel-main http://figwheel.org
pez 2020-08-12T12:23:21.261100Z

I am trying to port a cljsrn project from lein-figwheel + re-natal to Figwheel Main. Right now I am stock with that the optionsUrl in index.js is <http://localhost:9500>[asset-path] and the files are served at <http://localhost:8081/[output-dir]>. If I hard-code an optionsUrl into the generated index.js I get past to the next level of errors in my config. I can’t figure out why the opionsUrl is generated with port 9500 (or how to make it being served there instead of at port 8081, if that is what should happen).