-
https://github.com/supabase-community/vercel-ai-chatbot/blob/main/lib/utils.ts#L14
-
The
URL
constructor function, strips the default port even if it’s explicitly provided:
const { port } = new URL("http://localhost:80"); // ""
https://github.com/supabase-community/vercel-ai-chatbot/blob/main/lib/utils.ts#L14
The URL
constructor function, strips the default port even if it’s explicitly provided:
const { port } = new URL("http://localhost:80"); // ""