Skip to content

Commit

Permalink
Re-enable other flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Dec 16, 2024
1 parent 7a8fb3c commit 3ebb7c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
"crsqlite": false,
"performanceMode": true,
"sqliteFlags": "-DSQLITE_TEMP_STORE=2",
"iosSqlite": true,
"fts5": false,
"rtree": false,
"iosSqlite": false,
"fts5": true,
"rtree": true,
"sqliteVec": true,
"libsql": false,
"sqliteVec": false,
"tokenizers": [
"wordtokenizer",
"porter"
Expand Down

0 comments on commit 3ebb7c9

Please sign in to comment.