Vite proxy: use VITE_API_URL from .env, forward Host/Proto for NIP-98

Made-with: Cursor
This commit is contained in:
Michaël
2026-02-28 00:16:16 -03:00
parent 184732c2a5
commit c1ee2d54f9
4 changed files with 72 additions and 31 deletions

View File

@@ -3,7 +3,8 @@
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true
"skipLibCheck": true,
"types": ["node"]
},
"include": ["vite.config.ts"]
}