fix
This commit is contained in:
parent
56af0926d7
commit
8c221a2e8f
1 changed files with 6 additions and 0 deletions
|
@ -1,7 +1,13 @@
|
||||||
import adapter from '@sveltejs/adapter-node'
|
import adapter from '@sveltejs/adapter-node'
|
||||||
|
import preprocess from 'svelte-preprocess';3
|
||||||
|
|
||||||
/** @type {import('@sveltejs/kit').Config} */
|
/** @type {import('@sveltejs/kit').Config} */
|
||||||
const config = {
|
const config = {
|
||||||
|
preprocess: [
|
||||||
|
preprocess({
|
||||||
|
postcss: true
|
||||||
|
})
|
||||||
|
],
|
||||||
kit: {
|
kit: {
|
||||||
adapter: adapter(),
|
adapter: adapter(),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue