From 770281214b619240a2d854ee5a3dfcde940d2ef4 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 26 Jul 2025 18:56:48 +0300 Subject: [PATCH] fix(fs_sync): option not readable/writable by client --- apps/server/src/routes/api/options.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/server/src/routes/api/options.ts b/apps/server/src/routes/api/options.ts index 077c8899b..2eac956d9 100644 --- a/apps/server/src/routes/api/options.ts +++ b/apps/server/src/routes/api/options.ts @@ -93,6 +93,7 @@ const ALLOWED_OPTIONS = new Set([ "redirectBareDomain", "showLoginInShareTheme", "splitEditorOrientation", + "fileSystemSyncEnabled", // AI/LLM integration options "aiEnabled",