6a1780bcee
- Add generateUUID() function using crypto.randomUUID() with fallback - Update handleAdd to use UUID instead of Date.now() + Math.random() - UUIDs are now properly validated in backend to prevent injection - mapping_id is persisted when creating mapping pairs for reuse Co-authored-by: Koha9 <36852125+Koha9@users.noreply.github.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/1HGbFKaSambWckOUfemMSKy_Vm-94xh4D
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