chore: enable binary format for transport

This commit is contained in:
Johnny 2026-01-26 21:16:06 +08:00
parent a8dbc1fd5e
commit 72c7965c8f
1 changed files with 1 additions and 1 deletions

View File

@ -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],
});