🎨 formatting

This commit is contained in:
Mawoka
2022-03-03 16:56:51 +01:00
parent 3991ca8f2c
commit 781ebfcb52
8 changed files with 138 additions and 11 deletions
+5 -2
View File
@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-node';
import preprocess from 'svelte-preprocess';
/** @type {import('@sveltejs/kit').Config} */
@@ -12,7 +12,10 @@ const config = {
],
kit: {
adapter: adapter()
adapter: adapter({
out: 'build',
precompress: true
})
}
};