From 3375524c7255d89f0cda2ab8d4ed1c0775a750a3 Mon Sep 17 00:00:00 2001 From: DoomKitty87 Date: Mon, 21 Aug 2023 19:39:06 -0700 Subject: [PATCH] cant get fs api to work? gonna try later --- web-app/seafoam/src-tauri/tauri.conf.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web-app/seafoam/src-tauri/tauri.conf.json b/web-app/seafoam/src-tauri/tauri.conf.json index 2ef58bc..75b771d 100644 --- a/web-app/seafoam/src-tauri/tauri.conf.json +++ b/web-app/seafoam/src-tauri/tauri.conf.json @@ -18,7 +18,10 @@ "open": true }, "fs": { - "all":true + "all":true, + "scope": [ + "$APP/*" + ] } }, "bundle": {