update deps

This commit is contained in:
pakintada@gmail.com 2026-04-09 17:01:12 +07:00
parent ab0239434c
commit 230e2ec342
3 changed files with 28 additions and 32 deletions

View file

@ -6,7 +6,7 @@ import { sveltekit } from '@sveltejs/kit/vite';
export default defineConfig({
plugins: [tailwindcss(), sveltekit(), devtoolsJson()],
ssr: {
noExternal: ['@dnd-kit/geometry', '@dnd-kit/core', '@dnd-kit/sortable']
noExternal: ['@dnd-kit/core', '@dnd-kit/sortable']
},
optimizeDeps: {
include: ['@xterm/xterm', '@xterm/addon-fit', '@xterm/addon-search']