Odos (deprecated) Migration Copyimport { createConfig, fabric } from "@spandex/core"; export const config = createConfig({ providers: [ fabric({ appId: "your app id" }), // Add other active providers here. ], });