DRY vite configs using a shared config (#33334)

* Fix OIDC login callback handling on Element Desktop

* Add unit tests

* Iterate

* Fix lcov reporter

* DRY vite configs using a shared config

* Iterate

* Revert change to electron-builder.ts

* Iterate
This commit is contained in:
Michael Telatynski
2026-04-30 07:44:29 +00:00
committed by GitHub
parent 98b56a3d2f
commit 30484ef126
12 changed files with 434 additions and 543 deletions
+8
View File
@@ -54,6 +54,14 @@
"cwd": "packages/shared-components"
},
"dependsOn": ["typedoc", "^build:playwright"]
},
"lint:types": {
"executor": "nx:run-commands",
"options": {
"commands": ["tsc --noEmit", "tsc --noEmit -p tsconfig.node.json"],
"cwd": "packages/shared-components"
},
"dependsOn": ["^build"]
}
}
}