Merge branch 'main' of https://github.com/ciderapp/Cider
This commit is contained in:
commit
165d818cde
2 changed files with 4 additions and 0 deletions
|
@ -224,5 +224,8 @@
|
|||
"NSUserNotificationAlertStyle": "alert"
|
||||
}
|
||||
}
|
||||
},
|
||||
"electronWebpack": {
|
||||
"devtool": "source-map"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"allowJs": true,
|
||||
"noImplicitAny": true,
|
||||
"strict": true,
|
||||
"inlineSources": true,
|
||||
"sourceMap": true,
|
||||
"outDir": "./build",
|
||||
"baseUrl": ".",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue