prototype with two windows
This commit is contained in:
@@ -68,6 +68,14 @@ const config: ForgeConfig = {
|
||||
name: 'main_window',
|
||||
config: 'vite.renderer.config.mts',
|
||||
},
|
||||
{
|
||||
name: 'autoplay_window',
|
||||
config: 'vite.autoplay.config.mts',
|
||||
},
|
||||
{
|
||||
name: 'huddle_window',
|
||||
config: 'vite.huddle.config.mts',
|
||||
},
|
||||
],
|
||||
}),
|
||||
// Fuses are used to enable/disable various Electron functionality
|
||||
|
||||
Reference in New Issue
Block a user