refactor: moved dnd part from Funnel into FunnelDnd
This commit is contained in:
@ -2,5 +2,5 @@ import type { CreateClientConfig } from "@/lib/client/client.gen";
|
||||
|
||||
export const createClientConfig: CreateClientConfig = config => ({
|
||||
...config,
|
||||
baseUrl: process.env.NEXT_PUBLIC_API_URL,
|
||||
baseURL: process.env.NEXT_PUBLIC_API_URL,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user