fix: change tabby server url

sweep/improve-logging-information
Meng Zhang 2023-06-23 10:09:03 -07:00
parent 2b258041bb
commit 55ecfaca7b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import axios from "axios"
import React, { useRef, useEffect } from "react" import React, { useRef, useEffect } from "react"
import Editor, { useMonaco } from "@monaco-editor/react" import Editor, { useMonaco } from "@monaco-editor/react"
let TabbyServerURL = "https://playground.app.tabbyml.com/tabby"; let TabbyServerURL = "https://playground.app.tabbyml.com";
export default function MonacoEditor(props) { export default function MonacoEditor(props) {
function beforeMount(monaco) { function beforeMount(monaco) {