Skip to content

Commit

Permalink
Update turn on sqlcipher script
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Apr 22, 2024
1 parent ed9c882 commit ad6e46d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/turnOnSQLCipher.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const fs = require('fs');

console.log('Current working directory:', process.cwd());

// Read the package.json file
const packageJson = JSON.parse(fs.readFileSync('package.json'));

Expand Down

0 comments on commit ad6e46d

Please sign in to comment.