Skip to content

Commit f1a9bf4

Browse files
committed
chore(dialect-bun-worker): add missing config type in /normal
1 parent a773b99 commit f1a9bf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/dialect-bun-worker/src/normal.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import { GenericSqliteDialect } from 'kysely-generic-sqlite'
55

66
import { createSqliteExecutor } from './executor'
77

8+
export type { BunSqliteDialectConfig } from './type'
9+
810
export class BunSqliteDialect extends GenericSqliteDialect {
911
constructor(config?: BunSqliteDialectConfig) {
1012
const {

0 commit comments

Comments
 (0)