fix(config): update .smartconfig.json handling and harden bundler runtime compatibility

This commit is contained in:
2026-05-09 12:34:00 +00:00
parent f19c7c69af
commit e5b2f2ba30
18 changed files with 2712 additions and 3190 deletions
+2 -2
View File
@@ -11,10 +11,10 @@ export class MyElement extends LitElement {
`;
@property({ type: String })
name = 'World';
accessor name = 'World';
@property({ type: Number })
count = 0;
accessor count = 0;
render() {
return html`