This commit is contained in:
2024-03-27 00:32:01 +01:00
parent 6e163f67d5
commit 368e1c9712
20 changed files with 427 additions and 13 deletions

View File

@ -29,8 +29,8 @@ const config: ForgeConfig = {
config: rendererConfig,
entryPoints: [
{
html: './src/index.html',
js: './src/renderer.ts',
html: './src/web/index.html',
js: './src/web/renderer.ts',
name: 'main_window',
preload: {
js: './src/preload.ts',