add electron-env.d.ts
This commit is contained in:
		
							parent
							
								
									f84089beec
								
							
						
					
					
						commit
						cc8d92c517
					
				| 
						 | 
					@ -0,0 +1,7 @@
 | 
				
			||||||
 | 
					declare namespace NodeJS {
 | 
				
			||||||
 | 
					  interface ProcessEnv {
 | 
				
			||||||
 | 
					    NODE_ENV: 'development' | 'production'
 | 
				
			||||||
 | 
					    readonly VITE_DEV_SERVER_HOST: string
 | 
				
			||||||
 | 
					    readonly VITE_DEV_SERVER_PORT: string
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue