Get rid off adapter

This commit is contained in:
Niek van der Maas
2023-03-20 16:17:48 +01:00
parent 59cf2026d2
commit f46d2e5a62
4 changed files with 1 additions and 220 deletions

View File

@@ -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
})