Development Guide
Adapters (Removed)
Adapters configuration has been removed from motia
Adapters have been removed from motia. The adapters configuration that was previously available in motia.config.ts is no longer supported.
What Changed
In previous versions, you could configure adapters for state, streams, events, and cron in motia.config.ts. This configuration has been removed. Adapter configuration is now handled through the config.yaml file, where each iii module declares its own adapter.
Migration
Remove the adapters configuration from motia.config.ts and configure adapters in config.yaml modules instead. See iii.dev/docs for the full module reference.
Before (removed):
After (config.yaml):
Each module in config.yaml configures its own adapter. See Configuration for details.