Skip to content

Commit 6ec1f42

Browse files
committed
👌 IMPROVE: env is optional
1 parent 3939401 commit 6ec1f42

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)