Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Don't fail on peer dependency warnings
strict-peer-dependencies=false

# Prefer prebuilt binaries for native modules
# This prevents better-sqlite3 from requiring C++20 compiler in CI
# The module will use prebuild-install to download precompiled binaries
# Only falls back to compilation if prebuilt binary is unavailable
2 changes: 1 addition & 1 deletion examples/starter-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@prisma/client": "^7.0.0",
"@tailwindcss/postcss": "^4.0.0",
"better-auth": "^1.3.29",
"better-sqlite3": "^11.10.0",
"better-sqlite3": "^12.5.0",
"next": "^16.0.1",
"postcss": "^8.4.49",
"react": "^19.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@prisma/adapter-better-sqlite3": "^7.0.0",
"@prisma/client": "^7.0.0",
"@tailwindcss/postcss": "^4.0.0",
"better-sqlite3": "^11.10.0",
"better-sqlite3": "^12.5.0",
"next": "^16.0.1",
"postcss": "^8.4.49",
"react": "^19.2.0",
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export function config(userConfig: OpenSaasConfig): OpenSaasConfig | Promise<Ope
* })
* ```
*/
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export function list<
TTypeInfo extends import('./types.js').TypeInfo = import('./types.js').TypeInfo,
>(config: {
Expand Down
Loading
Loading