Debug: Wire: off

This commit is contained in:
Enrico Ros
2026-02-02 12:37:13 -08:00
parent 494c3b542c
commit bd67e14fa4
+1 -1
View File
@@ -4,7 +4,7 @@ import { objectDeepCloneWithStringLimit } from '~/common/util/objectUtils';
/// set this to true to see the tRPC and fetch requests made by the server
export const SERVER_DEBUG_WIRE = true; //
export const SERVER_DEBUG_WIRE = false;
export class ServerFetchError extends Error {