From 187f3e7611e00b5a7e2fc8e751c7523d05b1ac8b Mon Sep 17 00:00:00 2001 From: Magnus Madsen Date: Thu, 20 Jun 2024 11:13:54 +0200 Subject: [PATCH] feat: use new compiler server (#20) --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index cdedc28..23526b3 100644 --- a/src/App.js +++ b/src/App.js @@ -9,7 +9,7 @@ import Menu from './Menu' import LeftPane from './LeftPane' import RightPane from './RightPane' -const SocketAddress = 'wss://evaluator.flix.dev/ws' +const SocketAddress = 'wss://tivoli.flix.dev/ws' class App extends React.Component { constructor(props) {