File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
import React from "react"
2
2
import ReactDOM from "react-dom"
3
- import { inspect } from "@xstate/inspect" ;
3
+ import { inspect } from "@xstate/inspect"
4
4
import { Interpreter } from "xstate"
5
5
import { App } from "./app"
6
6
@@ -9,13 +9,12 @@ if (process.env.NODE_ENV === "development" && process.env.INSPECT_XSTATE === "tr
9
9
// configure the XState inspector to open in a new tab
10
10
inspect ( {
11
11
url : "https://stately.ai/viz?inspect" ,
12
- iframe : false
13
- } ) ;
12
+ iframe : false ,
13
+ } )
14
14
// configure all XServices to use the inspector
15
15
Interpreter . defaultOptions . devTools = true
16
16
}
17
17
18
-
19
18
// This is the entry point for the app - where everything start.
20
19
// In the future, we'll likely bring in more bootstrapping logic -
21
20
// like: https://github.com/coder/m/blob/50898bd4803df7639bd181e484c74ac5d84da474/product/coder/site/pages/_app.tsx#L32
You can’t perform that action at this time.
0 commit comments