Skip to content

Commit

Permalink
Fix turn on script
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Dec 22, 2024
1 parent 860e3bb commit 3bb9072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/turnOnSQLCipher.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const packageJson = JSON.parse(fs.readFileSync('./example/package.json'));
// Modify the op-sqlite.sqlcipher key to true
packageJson['op-sqlite']['sqlcipher'] = true;
packageJson['op-sqlite']['libsql'] = false;
packageJson['op-sqlite']['iosSqlite'] = true;
packageJson['op-sqlite']['iosSqlite'] = false;

// Save the updated package.json file
fs.writeFileSync(
Expand Down

0 comments on commit 3bb9072

Please sign in to comment.