Adding console log to trigger cache bust and run tests.

This commit is contained in:
mike12345567 2023-09-14 10:38:14 +01:00
parent 54c1a6226c
commit 4daa996044
1 changed files with 1 additions and 0 deletions

View File

@ -50,5 +50,6 @@ export * from "./constants"
// expose package init function
import * as db from "./db"
export const init = (opts: any = {}) => {
console.log("test")
db.init(opts.db)
}