Skip to content

Commit

Permalink
fix: remove host from Reactotron.configure (#2573)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuayoes committed Nov 30, 2023
1 parent 294a72c commit b38763c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boilerplate/app/devtools/ReactotronConfig.ts
Expand Up @@ -16,7 +16,6 @@ import { Reactotron } from "./ReactotronClient"

const reactotron = Reactotron.configure({
name: require("../../package.json").name,
host: "localhost",
onConnect: () => {
/** since this file gets hot reloaded, let's clear the past logs every time we connect */
Reactotron.clear()
Expand Down

0 comments on commit b38763c

Please sign in to comment.