feat(TypedServer): Integrate SmartServe controller routing; add built-in routes controller and refactor TypedServer to use controllers and FileServer

This commit is contained in:
2025-12-02 20:47:11 +00:00
parent c17d6dac35
commit 27c96949a1
7 changed files with 299 additions and 212 deletions

View File

@@ -14,10 +14,10 @@ export class TypedserverInfoscreen extends LitElement {
//INSTANCE
@property()
private text = 'Hello';
accessor text = 'Hello';
@property()
private success = false;
accessor success = false;
public static styles = [
css`