mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
feat: prepare for Angular 20 upgrade
- Update GitHub Actions to use Node.js v22 and actions/setup-node@v4 - Fix Electron debug.ts TypeScript error for devToolsMode union types - Prepare compatibility for Angular 20 requirements
This commit is contained in:
parent
be991a4192
commit
543c175a50
2 changed files with 38 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ export const initDebug = (
|
|||
opts: {
|
||||
enabled?: boolean | null;
|
||||
showDevTools?: boolean;
|
||||
devToolsMode?: string;
|
||||
devToolsMode?: 'bottom' | 'left' | 'right' | 'undocked' | 'detach' | 'previous';
|
||||
mode?: string;
|
||||
},
|
||||
isAddReload: boolean,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue