diff options
| author | Fuwn <[email protected]> | 2024-01-06 00:27:23 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-06 00:27:23 -0800 |
| commit | c3645de38878fa2e02d47d4c299aa033895347cf (patch) | |
| tree | e18e1b6d3d45457f1e7b73704b8af9d1749ffd0e /svelte.config.js | |
| parent | deps(node): update lockfile (diff) | |
| download | due.moe-c3645de38878fa2e02d47d4c299aa033895347cf.tar.xz due.moe-c3645de38878fa2e02d47d4c299aa033895347cf.zip | |
deps(svelte): update to kit 2
Diffstat (limited to 'svelte.config.js')
| -rw-r--r-- | svelte.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js index c378da70..ae19c35c 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,5 +1,5 @@ import adapter from '@sveltejs/adapter-vercel'; -import { vitePreprocess } from '@sveltejs/kit/vite'; +import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; /** @type {import('@sveltejs/kit').Config} */ const config = { |