We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294a72c commit b38763cCopy full SHA for b38763c
boilerplate/app/devtools/ReactotronConfig.ts
@@ -16,7 +16,6 @@ import { Reactotron } from "./ReactotronClient"
16
17
const reactotron = Reactotron.configure({
18
name: require("../../package.json").name,
19
- host: "localhost",
20
onConnect: () => {
21
/** since this file gets hot reloaded, let's clear the past logs every time we connect */
22
Reactotron.clear()
0 commit comments