Fork me on GitHub
#figwheel-main
<
2022-05-24
>
octahedrion09:05:45

I'd like to have a dev build running with a repl and occasionally do advanced builds in another terminal, but my two configs share the same figwheel-main.edn so I can't disable the server option for the advanced build - is there a way to so this ?

sansarip22:05:46

I think the metadata that you’re able to specify on individual config maps can specify the same config options as the figwheel-main.edn So, by that logic, you should be able to strip out any non-shared configs from the figwheel-main.edn config and slap it into the metadata of the specific config you need it in and not in the other config that you don’t want it in. If that makes sense. To be specific, this is the metadata I’m talking about https://github.com/sansarip/nw-calculator/blob/main/dev.cljs.edn#L1-L5

🙏 1
octahedrion10:05:10

that worked, thank you!

🙌 1