Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanMeng666 committed Jan 1, 2025
1 parent 7e21494 commit 13796a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,12 @@ export const packageHelpers: PackageHelpers = {
},
},
},
'@chanmeng666/google-news-server': {
requiredEnvVars: {
SERP_API_KEY: {
description: 'API key for Google News search',
required: true
}
}
}
};

0 comments on commit 13796a2

Please sign in to comment.