We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006650e commit 1333ec7Copy full SHA for 1333ec7
packages/overmind-website/examples/guide/getstarted/connectapp.ts
@@ -8,7 +8,7 @@ import { state } from './state'
8
import * as actions from './actions'
9
import * as effects from './effects'
10
11
-const config = {
+export const config = {
12
state,
13
actions,
14
effects
@@ -106,7 +106,7 @@ import { state } from './state'
106
107
108
109
110
111
112
0 commit comments