- Update Window interface in types.ts to include SelectRecipe method - Change chrome and webview to optional properties (chrome?, webview?) - Add non-null assertions (!) to all window.chrome.webview accesses - Remove LoadRecipe (replaced with SelectRecipe) - Fix TypeScript strict null checking errors 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1WUaQ4phJ_kZujzyiakV5X8RFgCwgaUDq
Run Locally
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev