mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: fix electron.d.ts file upload (#16335)
This commit is contained in:
@@ -21,7 +21,8 @@ const getHeaders = (filePath, fileName) => {
|
||||
const options = {
|
||||
'json': 'text/json',
|
||||
'zip': 'application/zip',
|
||||
'txt': 'text/plain'
|
||||
'txt': 'text/plain',
|
||||
'ts': 'application/typescript'
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user