feat: Add proxy and validation API routes with undici and an insecure HTTP agent.

This commit is contained in:
2025-12-21 01:46:34 +01:00
parent d47ef9efec
commit f893228ee5
5 changed files with 43 additions and 24 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-icons": "^5.5.0"
"react-icons": "^5.5.0",
"undici": "^7.16.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",