feat(*): add RAG support

This commit is contained in:
h
2026-01-25 16:44:59 +01:00
parent 5b1f50a6f6
commit a992e3f0c2
20 changed files with 1412 additions and 17 deletions

View File

@@ -4,5 +4,5 @@ import { defineConfig } from 'vite';
export default defineConfig({
plugins: [tailwindcss(), sveltekit()],
server: { allowedHosts: ['reasonable-duncan-stations-parking.trycloudflare.com'] }
server: { allowedHosts: ['parameters-detection-adware-christ.trycloudflare.com'] }
});