mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: remove comments
This commit is contained in:
11
utils/api.ts
11
utils/api.ts
@@ -35,17 +35,6 @@ export const api = createTRPCNext<AppRouter>({
|
|||||||
httpBatchLink({
|
httpBatchLink({
|
||||||
url: `${getBaseUrl()}/api/trpc`,
|
url: `${getBaseUrl()}/api/trpc`,
|
||||||
}),
|
}),
|
||||||
// createWSClient({
|
|
||||||
// url: `ws://localhost:3000`,
|
|
||||||
// }),
|
|
||||||
// loggerLink({
|
|
||||||
// enabled: (opts) =>
|
|
||||||
// process.env.NODE_ENV === "development" ||
|
|
||||||
// (opts.direction === "down" && opts.result instanceof Error),
|
|
||||||
// }),
|
|
||||||
// httpBatchLink({
|
|
||||||
// url: `${getBaseUrl()}/api/trpc`,
|
|
||||||
// }),
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user