function updateConfigimport { updateConfig } from "https://deno.land/x/embassyd_sdk@v0.3.4.3.0-alpha1/lib/esm/compat/migrations.js"; updateConfig(fn,configured,noRepeat,noFail?,)Parametersfnfunction making desired modifications to the config configuredwhether or not the service should be considered "configured" noRepeat(optional) supply the version and type of the migration optionalnoFail = [UNSUPPORTED](optional, default:false) whether or not to fail the migration if fn throws an error