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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shamefully-hoist=true

docs/1.guide/6.websocket.md

Lines changed: 2 additions & 0 deletions
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

Lines changed: 0 additions & 2965 deletions
This file was deleted.

docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
},
88
"devDependencies": {
99
"undocs": "^0.2.30"
10-
}
10+
},
11+
"packageManager": "pnpm@10.7.0"
1112
}

0 commit comments

Comments
 (0)