[gemini] feat: add proxy server to fix CORS issue (#512) (#513)

This commit is contained in:
2026-03-25 15:36:47 +00:00
parent 83b53d0659
commit 5bd43302d9
7 changed files with 951 additions and 20 deletions

View File

@@ -1,5 +1,9 @@
{
"dependencies": {
"express": "^4.19.2",
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@playwright/test": "^1.58.2"
}
}
}