Skip to content

Commit

Permalink
Revert "feat: Update packages" (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-xyz authored Nov 28, 2024
1 parent 9e3fc2f commit 7a46aaa
Show file tree
Hide file tree
Showing 6 changed files with 2,498 additions and 2,732 deletions.
6 changes: 3 additions & 3 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@ const forgeConfig: ForgeConfig = {
// If you are familiar with Vite configuration, it will look really familiar.
build: [
{
config: 'vite.main.config.mts',
config: 'vite.main.config.ts',
// `entry` is just an alias for `build.lib.entry` in the corresponding file of `config`.
entry: 'src/main/app.ts'
},
{
config: 'vite.preload.config.mts',
config: 'vite.preload.config.ts',
entry: 'src/main/ipcs/preload.ts'
}
],
renderer: [
{
config: 'vite.renderer.config.mts',
config: 'vite.renderer.config.ts',
name: 'main_window'
}
]
Expand Down
Loading

0 comments on commit 7a46aaa

Please sign in to comment.