fix: tabby playground url

improve-workflow
Meng Zhang 2023-06-13 14:35:07 -07:00
parent 93d5d8b297
commit a15ca5d0b0
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 Editor, { useMonaco } from "@monaco-editor/react"
let TabbyServerURL = "https://tabbyml.app.tabbyml.com/tabby";
let TabbyServerURL = "https://playground.app.tabbyml.com/tabby";
export default function MonacoEditor(props) {
function beforeMount(monaco) {