Skip to content

Commit

Permalink
fix: Fix playground
Browse files Browse the repository at this point in the history
  • Loading branch information
Azurewarth0920 committed Feb 29, 2024
1 parent 77d1950 commit 4133b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/termui/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ globalThis.document = {
getElementById: () => {},
} as any

devtools.connect('http://localhost', 8098)
devtools.connect()

const app = createApp(App)
app.mount()

0 comments on commit 4133b5f

Please sign in to comment.