docs-ko icon indicating copy to clipboard operation
docs-ko copied to clipboard

[SYNC] docs: add vite client script for backend integration (#9258)

Open github-actions[bot] opened this issue 3 years ago • 0 comments

docs: add vite client script for backend integration (#9258) (aa0b921)


+++ b/docs/guide/backend-integration.md
@@ -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>
```

github-actions[bot] avatar Jul 21 '22 00:07 github-actions[bot]