updated build to exclude libsql

This commit is contained in:
dswbx
2025-06-17 13:18:13 +02:00
parent 3338804c34
commit a9f367aa2c
2 changed files with 2 additions and 1 deletions

View File

@@ -229,6 +229,7 @@ function baseConfig(adapter: string, overrides: Partial<tsup.Options> = {}): tsu
/^@?(hono|libsql).*?/,
/^(bknd|react|next|node).*?/,
/.*\.(html)$/,
...external,
...(Array.isArray(overrides.external) ? overrides.external : []),
],
};