We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0484afe commit 1f9ba51Copy full SHA for 1f9ba51
README.md
@@ -88,6 +88,11 @@ export default {
88
```
89
90
Moreover, the infoview javascript files need to be served:
91
+
92
+```
93
+npm install @leanprover/infoview
94
95
96
```ts
97
// vite.config.ts
98
import { viteStaticCopy } from 'vite-plugin-static-copy'
@@ -101,7 +106,7 @@ export default {
101
106
{
102
107
src: [
103
108
normalizePath(path.resolve(__dirname, './node_modules/@leanprover/infoview/dist/*')),
104
- normalizePath(path.resolve(__dirname, './node_modules/lean4monaco/webview/webview.js')),
109
+ normalizePath(path.resolve(__dirname, './node_modules/lean4monaco/dist/webview/webview.js')),
105
110
],
111
dest: 'infoview'
112
}
0 commit comments