Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit c1e5ab2

Browse files
committed
fix(dump-db): type-only import
1 parent 70cf251 commit c1e5ab2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/dump-db/src/inc/sql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Database, { Database as DatabaseType } from "better-sqlite3";
1+
import Database, { type Database as DatabaseType } from "better-sqlite3";
22

33
let dbConnection: DatabaseType;
44

0 commit comments

Comments
 (0)