chore(setup): migrate from SvelteKit to Svelte
This commit is contained in:
6
src/main.ts
Normal file
6
src/main.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { mount } from 'svelte';
|
||||
import App from './App.svelte';
|
||||
|
||||
mount(App, {
|
||||
target: document.getElementById('app')!,
|
||||
});
|
||||
Reference in New Issue
Block a user