Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel3108 committed Feb 2, 2025
1 parent 5d2a308 commit b48209a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/addons/drizzle/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default defineAddon({
if (options.sqlite === 'better-sqlite3') {
sv.dependency('better-sqlite3', '^11.8.0');
sv.devDependency('@types/better-sqlite3', '^7.6.12');
sv.allowPostinstallScript('better-sqlite3');
sv.pnpmBuildDependendency('better-sqlite3');
}

if (options.sqlite === 'libsql' || options.sqlite === 'turso')
Expand Down

0 comments on commit b48209a

Please sign in to comment.