fix: minor changes
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -22,6 +22,7 @@ Thumbs.db
|
|||||||
|
|
||||||
# Yarn
|
# Yarn
|
||||||
.yarn
|
.yarn
|
||||||
|
.yarn/**
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
# Zed
|
# Zed
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
// Consult https://svelte.dev/docs/kit/integrations
|
|
||||||
// for more information about preprocessors
|
|
||||||
preprocess: vitePreprocess(),
|
preprocess: vitePreprocess(),
|
||||||
|
|
||||||
compilerOptions: {
|
compilerOptions: {
|
||||||
|
|||||||
Reference in New Issue
Block a user