feat: implement Save & Taste flow in CameraCapture

This commit is contained in:
2025-12-18 11:49:40 +01:00
parent 2685176992
commit 5f757d7b56
9 changed files with 244 additions and 19 deletions

View File

@@ -6,7 +6,9 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"test:unit": "vitest run",
"test:e2e": "playwright test"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
@@ -34,4 +36,4 @@
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}
}