Skip to content

Commit

Permalink
chore: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxiemeihao committed Jan 3, 2024
1 parent 3bdccd2 commit 19995fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ export default defineConfig(({ command }) => {
},
},
},
// Use Node.js API in the Renderer process
// Ployfill the Electron and Node.js API for Renderer process.
// If you want use Node.js in Renderer process, the `nodeIntegration` needs to be enabled in the Main process.
// See 👉 https://github.com/electron-vite/vite-plugin-electron-renderer
renderer: {},
}),
],
Expand Down

0 comments on commit 19995fc

Please sign in to comment.