Skip to content

Commit 0ad004a

Browse files
Merge remote-tracking branch 'origin/main' into deps
2 parents 19f8144 + 5954c81 commit 0ad004a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ In general, you should rely on `trpc-cli` to correctly handle the lifecycle and
726726
Given a migrations router looking like this:
727727

728728
<!-- codegen:start {preset: custom, require: tsx/cjs, source: ./readme-codegen.ts, export: dump, file: test/fixtures/migrations.ts} -->
729-
<!-- hash:72faa81c6576474f5c9965523accbd81 -->
729+
<!-- hash:db92443db1beeaa3608be050420248a0 -->
730730
```ts
731731
import {createCli, type TrpcCliMeta, trpcServer, z} from 'trpc-cli'
732732
import * as trpcCompat from '../../src/trpc-compat'
@@ -833,7 +833,7 @@ const router = trpc.router({
833833
)
834834
}),
835835
}),
836-
}) satisfies trpcCompat.Trpc10RouterLike
836+
}) satisfies trpcCompat.Trpc11RouterLike
837837

838838
const cli = createCli({router})
839839

0 commit comments

Comments
 (0)