fix: allow better-sqlite3 build script in pnpm 10

This commit is contained in:
2026-04-03 08:06:01 -05:00
parent 0b0fe10b37
commit 1274df7ffc
+5
View File
@@ -23,5 +23,10 @@
"turbo": "^2.0.0",
"typescript": "^5.8.0",
"vitest": "^2.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
]
}
}