Added broken website for sync
This commit is contained in:
parent
6ba77599bb
commit
3732774c02
16 changed files with 1322 additions and 0 deletions
7
vite.config.js
Normal file
7
vite.config.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { defineConfig } from 'vite'
|
||||
import { svelte } from '@sveltejs/vite-plugin-svelte'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [svelte()],
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue