mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
Get rid off adapter
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
import './app.scss'
|
||||
import App from './App.svelte'
|
||||
|
||||
export const prerender = false
|
||||
|
||||
const app = new App({
|
||||
target: document.getElementById('app') as HTMLElement
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user