Exercise 1

This commit is contained in:
cdricms
2024-04-30 00:53:02 +02:00
parent abb1a148ff
commit 0a6792b765
54 changed files with 16 additions and 0 deletions

View 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()]
})