chore: enable binary format for transport

pull/5537/merge
Johnny 4 months ago
parent a8dbc1fd5e
commit 72c7965c8f

@ -127,7 +127,7 @@ const authInterceptor: Interceptor = (next) => async (req) => {
const transport = createConnectTransport({
baseUrl: window.location.origin,
useBinaryFormat: false,
useBinaryFormat: true,
fetch: fetchWithCredentials,
interceptors: [authInterceptor],
});

Loading…
Cancel
Save