From ef4a21532878a65ae9e0e45235fbd2d8222e3a78 Mon Sep 17 00:00:00 2001 From: PaulKoudelka Date: Tue, 10 Mar 2026 15:00:36 +0100 Subject: [PATCH] made resources search in tauri more stable --- runtime/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 27e0aae7..4381d359 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -68,7 +68,7 @@ "target/databases/qdrant/qdrant" ], "resources": [ - "resources/*" + "resources/**" ], "macOS": { "exceptionDomain": "localhost"