This commit is contained in:
Stephen Zhou
2026-01-25 16:01:51 +08:00
parent 044e35fde4
commit ef31649ce3
46 changed files with 603 additions and 502 deletions

View File

@ -121,6 +121,7 @@ export const handler: OrpcPlugin['Handler'] = ({ plugin }) => {
const contractSymbol = plugin.symbol(contractName, {
exported: true,
meta: {
path: ['paths', op.path, op.method.toLowerCase()],
pluginName: 'orpc',
resource: 'operation',
resourceId: op.id,