Aktualisiere Konfigurationen und entferne nicht benötigte Skripte aus der Umgebung

This commit is contained in:
2025-03-27 17:23:39 +00:00
parent f66c1fc078
commit a72780873a
5 changed files with 18 additions and 18 deletions

View File

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