diff --git a/bun.lockb b/bun.lockb index c57e562c..e7252cf6 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/jsconfig.json b/jsconfig.json index 34131159..e0e3f0bd 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1,4 +1,4 @@ { - "extends": ".svelte-kit/tsconfig.json", + "extends": "./.svelte-kit/tsconfig.json", "exclude": [".svelte-kit", "node_modules", "build"] } diff --git a/package.json b/package.json index 870eabe3..fb9c3ff4 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ }, "private": true, "scripts": { + "prepare": "svelte-kit sync", "dev": "vite dev", "build": "vite build", "preview": "vite preview",