Skip to content

Commit

Permalink
fix: electron react template
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Jul 6, 2024
1 parent 2780d1d commit 424bf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/electron-react/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import electron from '@tomjs/vite-plugin-electron';
import react from '@vitejs/plugin-react-swc';
import { defineConfig } from 'vite';
import renderer from 'vite-plugin-electron-renderer';
import pkg from '../../../create-app-legacy/template-electron-react/package.json';
import pkg from './package.json';

// https://vitejs.dev/config/
export default defineConfig(() => {
Expand Down

0 comments on commit 424bf4d

Please sign in to comment.