mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Merge pull request #919 from RooVetGit/cte/vite-process-platform
Pass process.platform through with Vite
This commit is contained in:
commit
b194408d03
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