feat: add tool search cards

This commit is contained in:
2026-08-24 09:40:58 +05:00
parent 76f1770286
commit 5e44a45457
3 changed files with 131 additions and 49 deletions
+3
View File
@@ -3,6 +3,9 @@ import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
ssr: {
noExternal: ['@lucide/svelte']
},
plugins: [
sveltekit({
compilerOptions: {