mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Pass process.platform through with Vite
This commit is contained in:
parent
c78fbed319
commit
577ebcd8fc
1 changed files with 3 additions and 0 deletions
|
|
@ -33,4 +33,7 @@ export default defineConfig({
|
|||
allowedHeaders: "*",
|
||||
},
|
||||
},
|
||||
define: {
|
||||
"process.platform": JSON.stringify(process.platform),
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue