feat(#245): Add HTML preview to response

This commit is contained in:
Its-treason
2023-10-02 14:26:24 +02:00
parent 78e5cd3c03
commit e720fed63b
4 changed files with 79 additions and 15 deletions

View File

@@ -35,7 +35,8 @@ app.on('ready', async () => {
webPreferences: {
nodeIntegration: true,
contextIsolation: true,
preload: path.join(__dirname, 'preload.js')
preload: path.join(__dirname, 'preload.js'),
webviewTag: true,
}
});