1 2 3 4 5
import App from './src/app.svelte' const app = new App({ target: document.body }) export default app