Update dependencies

This commit is contained in:
freearhey 2025-02-05 08:26:26 +03:00
parent c68f85ee15
commit bfe7c7f040
4 changed files with 2353 additions and 1066 deletions

View file

@ -1,5 +1,4 @@
import adapter from '@sveltejs/adapter-static'
import { vitePreprocess } from '@sveltejs/kit/vite'
/** @type {import('@sveltejs/kit').Config} */
const config = {
@ -16,8 +15,7 @@ const config = {
precompress: false,
strict: true
})
},
preprocess: vitePreprocess()
}
}
export default config