We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20d542 commit ff4c834Copy full SHA for ff4c834
packages/create-vite/template-svelte-ts/src/main.ts
@@ -2,7 +2,7 @@ import './app.css'
2
import App from './App.svelte'
3
4
const app = new App({
5
- target: document.getElementById('app'),
+ target: document.getElementById('app')!,
6
})
7
8
export default app
0 commit comments