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} */
|
/** @type {import('@sveltejs/kit').Config} */
|
||||||
const config = {
|
const config = {
|
||||||
preprocess: vitePreprocess(),
|
preprocess: [vitePreprocess()],
|
||||||
|
|
||||||
kit: {
|
kit: {
|
||||||
adapter: adapter({
|
adapter: adapter({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue