We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa17df commit cfb16a3Copy full SHA for cfb16a3
1 file changed
apps/app/hooks/playground/use-playground-operations.ts
@@ -29,8 +29,8 @@ interface UsePlaygroundOperationsProps {
29
}
30
31
// API key configuration - matches playground-client pattern
32
-export const DEEPCRAWL_API_KEY =
33
- process.env.NEXT_PUBLIC_DEEPCRAWL_API_KEY || 'demo-key-for-playground';
+export const DEEPCRAWL_API_KEY = process.env
+ .NEXT_PUBLIC_DEEPCRAWL_API_KEY as string;
34
35
export function usePlaygroundOperations({
36
requestUrl,
0 commit comments