mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 08:39:40 +02:00
Backend: - Add Gemini-powered profile generation (text + image) - Add image processing with background removal (sharp) - Add S3 storage service for figure images - Extend figures schema with generatedProfile, language, status columns - Wire up synchronous generation pipeline on POST /api/v1/figures Frontend (Mobile + Web): - Replace all mock data with real API calls - Show generatedProfile data (subtitle, backstory, stats, items, specialAttack) - Display generated images from S3 or name placeholders - Create web API service ($lib/api.ts) - Delete mock cards data files Infrastructure: - Add CORS origin for web dev port (5196) - Add GEMINI_API_KEY + FIGGOS_STORAGE_PUBLIC_URL to env generation - Add figgos-storage bucket to shared-storage factory - Add .gitignore for workbench/ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
194 B
JSON
12 lines
194 B
JSON
{
|
|
"name": "figgos",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "turbo run dev"
|
|
},
|
|
"dependencies": {
|
|
"@imgly/background-removal-node": "^1.4.5",
|
|
"sharp": "^0.34.5"
|
|
}
|
|
}
|