Skip to content

Commit ca8778e

Browse files
authored
feat: Update packages (#104)
1 parent 149c9c3 commit ca8778e

File tree

6 files changed

+753
-953
lines changed

6 files changed

+753
-953
lines changed

forge.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ const forgeConfig: ForgeConfig = {
4545
// If you are familiar with Vite configuration, it will look really familiar.
4646
build: [
4747
{
48-
config: 'vite.main.config.ts',
48+
config: 'vite.main.config.mts',
4949
// `entry` is just an alias for `build.lib.entry` in the corresponding file of `config`.
5050
entry: 'src/main/app.ts'
5151
},
5252
{
53-
config: 'vite.preload.config.ts',
53+
config: 'vite.preload.config.mts',
5454
entry: 'src/main/ipcs/preload.ts'
5555
}
5656
],
5757
renderer: [
5858
{
59-
config: 'vite.renderer.config.ts',
59+
config: 'vite.renderer.config.mts',
6060
name: 'main_window'
6161
}
6262
]

0 commit comments

Comments
 (0)