Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Odos (deprecated)

Migration

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