Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit 2da9db6

Browse files
authored
fix: mv /examples/sse -> /examples/async & update readme (#72)
1 parent 13e9afc commit 2da9db6

24 files changed

+6
-6
lines changed

β€Ž.eslintrc.cjsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module.exports = {
111111
},
112112
},
113113
{
114-
files: ["./examples/sse/**/*.ts"],
114+
files: ["./examples/async/**/*.ts"],
115115
rules: {
116116
"@typescript-eslint/no-unsafe-assignment": "off",
117117
"@typescript-eslint/no-unsafe-call": "off",

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ type Obj = typeof obj;
122122
### 🀯 Streaming `Promise`s and `AsyncIterable`s
123123

124124
- See example in [`./examples/async`](./examples/async)
125-
- [Test it on StackBlitz](https://stackblitz.com/github/trpc/tupleson/tree/main/examples/async?file=src/server.ts&file=src/client.ts&view=editor)
125+
- [Test it on StackBlitz](https://stackblitz.com/github/trpc/tupleson/tree/main/examples/async?file=src/app/page.tsx&view=editor)
126126

127127
## 🧩 Extend with a custom serializer
128128

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "@examples/sse",
2+
"name": "@examples/async",
33
"version": "0.1.0",
44
"private": true,
5-
"description": "SSE example",
5+
"description": "Tupleson example with Next.js",
66
"license": "MIT",
77
"scripts": {
88
"build": "next build",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)