mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
updated build to exclude libsql
This commit is contained in:
@@ -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 : []),
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user