Skip to content

Commit

Permalink
Remove renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jbithell committed Apr 7, 2023
1 parent 2066d81 commit c9d2626
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const config: ForgeConfig = {
{
nodeIntegration: false,
html: './src/app/index.html',
js: './src/electron/renderer.ts',
js: './src/app/app.tsx',
name: 'main_window',
preload: {
js: './src/electron/preload.ts',
Expand Down
28 changes: 0 additions & 28 deletions src/electron/renderer.ts

This file was deleted.

0 comments on commit c9d2626

Please sign in to comment.