We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78fbed commit 577ebcdCopy full SHA for 577ebcd
webview-ui/vite.config.ts
@@ -33,4 +33,7 @@ export default defineConfig({
33
allowedHeaders: "*",
34
},
35
36
+ define: {
37
+ "process.platform": JSON.stringify(process.platform),
38
+ },
39
})
0 commit comments