Skip to content

Commit

Permalink
Update SystemProvider.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
benitav authored Apr 18, 2024
1 parent cda3a55 commit 252bd7f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ export const SystemProvider = ({ children }: { children: React.ReactNode }) => {

connector.init();

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

return () => l?.();
Expand Down

0 comments on commit 252bd7f

Please sign in to comment.