Fixing Bug : Error no such file directory
Fixing wrong electron file path causing error no such file directory when `npm run dev`
This commit is contained in:
		
							parent
							
								
									4b03aac9fa
								
							
						
					
					
						commit
						057818aac9
					
				| 
						 | 
				
			
			@ -23,8 +23,8 @@ export default defineConfig({
 | 
			
		|||
    react(),
 | 
			
		||||
    electron({
 | 
			
		||||
      include: [
 | 
			
		||||
        'electron',
 | 
			
		||||
        'preload',
 | 
			
		||||
        'electron/main',
 | 
			
		||||
        'electron/preload',
 | 
			
		||||
      ],
 | 
			
		||||
      transformOptions: {
 | 
			
		||||
        sourcemap: isDevelopment
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue