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 preprocess from 'svelte-preprocess';3
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
preprocess: [
|
||||
preprocess({
|
||||
postcss: true
|
||||
})
|
||||
],
|
||||
kit: {
|
||||
adapter: adapter(),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue