We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e786c21 commit 07c188cCopy full SHA for 07c188c
src/main/redux/store/memory.ts
@@ -33,6 +33,7 @@ import { TAnnotationState } from "readium-desktop/common/redux/states/renderer/a
33
34
if (IS_AI_FEATURE) {
35
// .env AI API KEY":
36
+ // eslint-disable-next-line @typescript-eslint/no-require-imports
37
require("dotenv/config");
38
}
39
0 commit comments