mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	fix(dump-db): type-only import
This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| import Database, { Database as DatabaseType } from "better-sqlite3"; | import Database, { type Database as DatabaseType } from "better-sqlite3"; | ||||||
|  |  | ||||||
| let dbConnection: DatabaseType; | let dbConnection: DatabaseType; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user