Skip to content

Commit

Permalink
Add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
twk3 committed Jan 9, 2024
1 parent 63a5ab9 commit e5e57a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/desktop-client/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const injectShims = (): Plugin[] => {
};

// https://vitejs.dev/config/
// eslint-disable-next-line import/no-default-export
export default defineConfig(async ({ mode }) => {
const env = loadEnv(mode, process.cwd(), '');
const devHeaders = {
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/2084.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [twk3]
---

Switch desktop-client to the Vite JS framework.

0 comments on commit e5e57a2

Please sign in to comment.