Hi everyone! Is there some wisdom about building both browser client and nodejs backend from one figwheel project? I've had some success by using different profiles and edn files for each target, but getting classpath warnings at startup. I'm using lein
ok, looks like my mistake was trying to use separate :source-paths for the builds. Putting all sources in project.clj root :source-path and using .edn files to point the builds at different :main entrypoints and everything works great. Also noticed that there’s a background build mode for this kind of stuff.