whoa svelte is here
Co-authored-by: Astra <Astrrra@users.noreply.github.com>
This commit is contained in:
parent
76d837320d
commit
3f03c12152
24 changed files with 1080 additions and 16 deletions
7
web/svelte.config.js
Normal file
7
web/svelte.config.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
|
||||
|
||||
export default {
|
||||
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
|
||||
// for more information about preprocessors
|
||||
preprocess: vitePreprocess(),
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue