forked from cms/tibi-svelte-starter
Aktualisiere Konfigurationen und entferne nicht benötigte Skripte aus der Umgebung
This commit is contained in:
@@ -3,8 +3,6 @@ import { hydrate } from "svelte"
|
||||
|
||||
let appContainer = document?.getElementById("appContainer")
|
||||
|
||||
console.log("Features: ", { hydrate })
|
||||
|
||||
const app = hydrate(App, { target: appContainer })
|
||||
|
||||
export default app
|
||||
|
||||
Reference in New Issue
Block a user