Closed jjcarstens closed 4 months ago
The previous target() function generated was removed in c70df685 and this updates the generated application.ex to use the expected Nerves.Runtime.mix_target/0 for selectively choosing children to start in the supervisor
target()
application.ex
Nerves.Runtime.mix_target/0
The previous
target()
function generated was removed in c70df685 and this updates the generatedapplication.ex
to use the expectedNerves.Runtime.mix_target/0
for selectively choosing children to start in the supervisor