⬆️ Updated SvelteKit

This commit is contained in:
Mawoka
2022-07-26 21:51:58 +02:00
parent eecbc93834
commit ba79c6a8c1
11 changed files with 337 additions and 306 deletions
+7 -1
View File
@@ -3,8 +3,14 @@ import { sveltekit } from '@sveltejs/kit/vite';
/** @type {import('vite').UserConfig} */
const config = {
plugins: [sveltekit()],
server: {
port: 3000
},
preview: {
port: 3000
},
optimizeDeps: {
include: ['swiper']
include: ['swiper', 'tippy.js']
},
build: {
sourcemap: true