Skip to content

Commit

Permalink
feat: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Sep 26, 2024
1 parent ed253e6 commit 3b2e3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/bff.yargs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ const argv = yargs(process.argv.slice(2)).argv
export const YOUTUBE_API_KEY = argv.youtube_token
export const INSTAGRAM_TOKEN = argv.instagram_token
export const THREADS_TOKEN = argv.threads_token
export const ZHIHU_COOKIE = '' ?? argv.zhihu_cookie
export const ZHIHU_COOKIE = argv.zhihu_cookie

0 comments on commit 3b2e3de

Please sign in to comment.