Consolidate all subproject package.json files into root package.json and migrate to unified Vite MPA build
Build and Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-05-16 22:31:56 -07:00
parent b3f8be14f7
commit 312c16598c
53 changed files with 10265 additions and 39008 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export declare class MyElement extends LitElement {
* The number of times the button has been clicked.
*/
count: number;
render(): import("lit-html").TemplateResult<1>;
render(): import("lit").TemplateResult<1>;
private _onClick;
foo(): string;
firstUpdated(): void;