123 环境名,例如 formal、pre、test
export const option = { trpc: { env: 'formal' }} Copy
export const option = { trpc: { env: 'formal' }}
环境类型,例如 Production、Development
export const option = { trpc: { namespace: 'Development' }} Copy
export const option = { trpc: { namespace: 'Development' }}
trpc 只发不收选项
export const option = { trpc: { sendOnly: true }} Copy
export const option = { trpc: { sendOnly: true }}
123 环境名,例如 formal、pre、test