Skip to content

Commit 4eedba0

Browse files
committed
Fix script
1 parent f8b1170 commit 4eedba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/turnOnLibsql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const packageJson = JSON.parse(fs.readFileSync('./example/package.json'));
66
// Modify the op-sqlite.sqlcipher key to true
77
packageJson['op-sqlite']['libsql'] = true;
88
packageJson['op-sqlite']['sqlcipher'] = false;
9-
packageJSON['op-sqlite']['sqliteVec'] = false;
9+
packageJson['op-sqlite']['sqliteVec'] = false;
1010

1111
// Save the updated package.json file
1212
fs.writeFileSync(

0 commit comments

Comments
 (0)