Skip to content

Commit

Permalink
testing tinytower from spectator!
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Sep 13, 2023
1 parent db42023 commit 1d72d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spectator/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ import "./app.css";
import Emulator from "./components/Emulator.js";

const root: ReactDOM.Root = ReactDOM.createRoot(document.querySelector("#root") as HTMLElement);
root.render(<Emulator address="http://10.0.0.83:32769" />);
root.render(<Emulator address="http://10.0.0.83:32788" />);

0 comments on commit 1d72d08

Please sign in to comment.