Skip to content

Commit

Permalink
fix: typo in vite.md (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
oktapodia committed May 14, 2024
1 parent c94f511 commit dcb8e30
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/plugins/vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@ module.exports = {
"build": [
{
"entry": "src/main.js",
"config": "vite.main.config.mjs",
"config": "vite.main.config.mjs"
},
{
"entry": "src/preload.js",
"config": "vite.preload.config.mjs",
},
"config": "vite.preload.config.mjs"
}
],
"renderer": [
{
"name": "main_window",
"config": "vite.renderer.config.mjs",
}]
}
"config": "vite.renderer.config.mjs"
}
]
}
}
]
Expand Down

0 comments on commit dcb8e30

Please sign in to comment.