Skip to content

Commit 4b1d9e0

Browse files
committed
👌 IMPROVE: env is optional
1 parent 41e8a0b commit 4b1d9e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎examples/nodejs/baseai/baseai.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
export const config = {
1+
import type {BaseAIConfig} from 'baseai';
2+
3+
export const config: BaseAIConfig = {
24
log: {
35
isEnabled: true,
46
logSensitiveData: false,

0 commit comments

Comments
 (0)