Skip to content

Commit

Permalink
📝 docs: update debugger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eternallycyf committed Nov 2, 2024
1 parent 0e9fe34 commit 4c6bec0
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,31 @@ nvm use v18.18.0
✨ feat: xxx
🐛 fix: xxx
:::

## 线上代理

### 1.xSwitch

- 安装浏览器插件
- https://chromewebstore.google.com/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg?hl=zh

```json
["https://ims-view-pc-eternallycyfs-projects.vercel.app/(.*\\.js)", "http://127.0.0.1:8002/$1"]
```

### dumi

#### .dumirc.ts

```js
{
base: "/",
publicPath: '/',
}
```

#### package.json

```js
"start": "SOCKET_SERVER=http://127.0.0.1:8000/ dumi dev",
```

0 comments on commit 4c6bec0

Please sign in to comment.