This commit is contained in:
从何开始123
2026-01-08 02:16:42 +08:00
parent 83b4df1167
commit 54e9bf5906
31 changed files with 2201 additions and 0 deletions

9
prisma/interceptor.ts Normal file
View File

@@ -0,0 +1,9 @@
/**
* Network Interceptor
*
* Disabled: Direct SDK configuration is now used for custom base URLs.
*/
export const setInterceptorUrl = (url: string | null) => {
// No-op
};