From 271c16ccdbf7522c864ce19530b7e2e16154fef1 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 8 Nov 2025 01:39:14 +0000 Subject: [PATCH] completionId: cgen-5845061311db44fba05615b93bb7cb66 cgen-5845061311db44fba05615b93bb7cb66 --- client/api/creators.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/api/creators.ts b/client/api/creators.ts index 9eadccef..eb4a4583 100644 --- a/client/api/creators.ts +++ b/client/api/creators.ts @@ -50,7 +50,7 @@ export interface CreatorsResponse { }; } -const API_BASE = process.env.VITE_API_BASE || ""; +const API_BASE = import.meta.env.VITE_API_BASE || ""; export async function getCreators(filters?: { arm?: string;