⬆️ Updated sveltekit to latest, adapter-node was the problem

This commit is contained in:
Mawoka
2022-07-09 12:26:42 +02:00
parent 27a598f2a3
commit 10a2adb57e
4 changed files with 21 additions and 21 deletions
+3 -1
View File
@@ -21,8 +21,9 @@ const config = {
adapter: adapter({
out: 'build',
precompress: true
}),
})
// +++ SOON OBSOLETE +++
/*
vite: {
optimizeDeps: {
include: ['swiper']
@@ -31,6 +32,7 @@ const config = {
sourcemap: true
}
}
*/
// --- SOON OBSOLETE ---
}
};