Skip to content

Commit a449d79

Browse files
committed
docs: use pnpm
1 parent a11c778 commit a449d79

File tree

6 files changed

+11314
-2966
lines changed

6 files changed

+11314
-2966
lines changed

docs/.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shamefully-hoist=true

docs/1.guide/6.websocket.md

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ app.use(
5656
await serve(app)
5757
.ready()
5858
.then((s) => console.log(`Server running at ${s.url}`));
59+
5960
```
6061

6162
<!-- /automd -->
@@ -95,6 +96,7 @@ app.get("/", (event) => {
9596
await serve(app)
9697
.ready()
9798
.then((s) => console.log(`Server running at ${s.url}`));
99+
98100
```
99101

100102
<!-- /automd -->

docs/bun.lock

-2,965
This file was deleted.

docs/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
},
88
"devDependencies": {
99
"undocs": "^0.2.30"
10-
}
10+
},
11+
"packageManager": "[email protected]"
1112
}

0 commit comments

Comments
 (0)