fix: module '@keyv/sqlite' is not loaded when build
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import Keyv from 'keyv'
|
||||
import KeyvSqlite from "@keyv/sqlite";
|
||||
|
||||
const sqlite = new KeyvSqlite()
|
||||
|
||||
const cacheOptions = {
|
||||
namespace: 'settings',
|
||||
|
||||
Reference in New Issue
Block a user