Skip to content

Commit 252bd7f

Browse files
authored
Update SystemProvider.tsx
1 parent cda3a55 commit 252bd7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demos/react-supabase-todolist/src/components/providers/SystemProvider.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ export const SystemProvider = ({ children }: { children: React.ReactNode }) => {
3838

3939
connector.init();
4040

41+
// Demo using SQLite Full-Text Search with PowerSync.
42+
// See https://docs.powersync.com/usage-examples/full-text-search for more details
4143
configureFts();
4244

4345
return () => l?.();

0 commit comments

Comments
 (0)