Inline Vercel driver URL with url.URL → Drop allowedHosts:true from vite dev server

- Inline Vercel driver URL with url.URL
- Escape URL path segments in connector name resolvers
- Dedup Vercel /v2/user fallback in name resolver
- Drop allowedHosts:true from vite dev server

Signed-off-by: Aurélien Sibiril <81782+aureliensibiril@users.noreply.github.com>
This commit is contained in:
Aurélien Sibiril
2026-05-17 17:22:50 +02:00
parent 7b814576df
commit ceacaea34e
3 changed files with 31 additions and 48 deletions

View File

@@ -55,7 +55,6 @@ export default defineConfig({
tailwindcss(),
],
server: {
allowedHosts: true,
proxy: {
"/api": {
target: "http://localhost:8080",