Skip to content

remix/cli · Interface

View Source

RemixDbCommandConfig

Signature

interface RemixDbCommandConfig {
  adapter: RemixDbAdapterConfig
  migrations?: { directory: string; journalTable?: string }
  seed?: string
}