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 d396445 commit 14f854eCopy full SHA for 14f854e
packages/node_modules/overmind/src/index.ts
@@ -296,7 +296,7 @@ export class Overmind<ThisConfig extends IConfiguration>
296
proxyStateTree.sourceState,
297
configuration.actions
298
)
299
- } else {
+ } else if (options.devtools !== false) {
300
warning +=
301
'\n\n - You are not running on localhost. You will have to manually define the devtools option to connect'
302
}
0 commit comments