Skip to content

Commit

Permalink
feat: use new compiler server (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnus-madsen authored Jun 20, 2024
1 parent 56d94a1 commit 187f3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 187f3e7

Please sign in to comment.