The node version bump was unintentionally included in a mesh settings
commit. Restore bin/ symlinks to match main.
Signed-off-by: jh-block <jhugo@block.xyz>
Writing mesh.json directly ensures the ID is 'mesh', but the running
goosed server doesn't know about it until its registry is refreshed.
After writing the file, call updateCustomProvider via the API which
triggers refresh_custom_providers() server-side. Then setConfigProvider
can find the 'mesh' provider.
Signed-off-by: Michael Neale <michael.neale@gmail.com>