Skip to content

Commit

Permalink
docs: add vite client script for backend integration (#9258)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jul 20, 2022
1 parent bff3abb commit aa0b921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/backend-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ If you need a custom integration, you can follow the steps in this guide to conf

```html
<!-- if development -->
<script type="module" src="http://localhost:5173/@vite/client"></script>
<script type="module" src="http://localhost:5173/main.js"></script>
```

Expand Down

0 comments on commit aa0b921

Please sign in to comment.