Skip to content

Commit 68acca4

Browse files
authored
[Inspector] syncServer configurable in standalone inspector (#3225)
1 parent 87254a2 commit 68acca4

File tree

27 files changed

+2581
-697
lines changed

27 files changed

+2581
-697
lines changed

.changeset/large-doors-speak.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"jazz-tools": patch
3+
---
4+
5+
Sync Server is now configurable in inspector.jazz.tools

examples/inspector/src/app.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import ReactDOM from "react-dom/client";
2-
import App from "./viewer/new-app";
2+
import App from "jazz-tools/inspector/standalone";
3+
import "./index.css";
34

45
ReactDOM.createRoot(document.getElementById("root")!).render(<App />);

examples/inspector/src/viewer/index.tsx

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)