File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/sdk/server-ai/examples/vercel-ai/src Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 yarn workspaces focus @launchdarkly/hello-openai
3636 yarn workspace @launchdarkly/hello-openai lint
3737 yarn workspaces foreach -pR --topological-dev --from '@launchdarkly/hello-openai' run build
38+ - name : Build Vercel AI example
39+ run : |
40+ yarn workspaces focus @launchdarkly/hello-vercel-ai
41+ yarn workspace @launchdarkly/hello-vercel-ai lint
42+ yarn workspaces foreach -pR --topological-dev --from '@launchdarkly/hello-vercel-ai' run build
Original file line number Diff line number Diff line change @@ -15,11 +15,6 @@ if (!sdkKey) {
1515 process . exit ( 1 ) ;
1616}
1717
18- if ( ! aiConfigKey ) {
19- console . error ( '*** Please set the LAUNCHDARKLY_AI_CONFIG_KEY env first' ) ;
20- process . exit ( 1 ) ;
21- }
22-
2318let client : LDClient | undefined ;
2419
2520async function main ( ) {
You can’t perform that action at this time.
0 commit comments