Update forge.config.ts

Signed-off-by: AvaLilac <amyshimplays@gmail.com>
This commit is contained in:
AvaLilac 2026-03-22 18:50:40 -04:00 committed by GitHub
parent d0196cd675
commit 76bbebec1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,6 +145,11 @@ const config: ForgeConfig = {
config: "vite.main.config.ts",
target: "main",
},
{
entry: "src/LocalPlugins.js",
config: "vite.main.config.ts",
target: "main",
},
],
renderer: [],
}),