chore: fix electron.d.ts file upload (#16335)
This commit is contained in:
		
					parent
					
						
							
								17d2467932
							
						
					
				
			
			
				commit
				
					
						f72d5a4184
					
				
			
		
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -21,7 +21,8 @@ const getHeaders = (filePath, fileName) => {
 | 
				
			||||||
  const options = {
 | 
					  const options = {
 | 
				
			||||||
    'json': 'text/json',
 | 
					    'json': 'text/json',
 | 
				
			||||||
    'zip': 'application/zip',
 | 
					    'zip': 'application/zip',
 | 
				
			||||||
    'txt': 'text/plain'
 | 
					    'txt': 'text/plain',
 | 
				
			||||||
 | 
					    'ts': 'application/typescript'
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return {
 | 
					  return {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue