fix: Simplify Pages artifact preparation and update Svelte dependency version

This commit is contained in:
sHa
2025-04-28 00:22:32 +03:00
parent 7bd4cbdf37
commit eb3e0421f8
3 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import App from './App.svelte';
const app = new App({
target: document.getElementById('app') || document.body
target: document.getElementById('app')
});
export default app;