Supabase integration experiment setting (off by default)

This commit is contained in:
Will Chen
2025-04-22 17:12:51 -07:00
parent 2a08f72378
commit bf70c1bb00
6 changed files with 108 additions and 12 deletions

View File

@@ -16,6 +16,9 @@ const DEFAULT_SETTINGS: UserSettings = {
telemetryConsent: "unset",
telemetryUserId: uuidv4(),
hasRunBefore: false,
experiments: {
enableSupabaseIntegration: false,
},
};
const SETTINGS_FILE = "user-settings.json";