refactor: fix svelte config
This commit is contained in:
parent
f0b5e72add
commit
4faeadbfe1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { vitePreprocess } from "@sveltejs/kit/vite"
|
|||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
preprocess: vitePreprocess(),
|
||||
preprocess: [vitePreprocess()],
|
||||
|
||||
kit: {
|
||||
adapter: adapter({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue