createOvermind
import { state } from './state'
import * as effects from './effects'
import * as actions from './actions'
export const config = {
state,
effects,
actions
}options.devtools
const overmind = createOvermind(config, {
devtools: true // 'localhost:3031'
})options.logProxies
options.name
options.hotReloading
options.delimiter
options.devEnv
Last updated