mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 05:59:50 +00:00
refactor(desktop-electron): enable contextIsolation and sandbox (#23523)
This commit is contained in:
parent
4964ce480c
commit
eb9906420f
10 changed files with 55 additions and 54 deletions
|
|
@ -53,6 +53,10 @@ export default defineConfig({
|
|||
build: {
|
||||
rollupOptions: {
|
||||
input: { index: "src/preload/index.ts" },
|
||||
output: {
|
||||
format: "cjs",
|
||||
entryFileNames: "[name].js",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue