fix(build): migrate project tooling and filesystem integration to current smartfs-based stack

This commit is contained in:
2026-04-07 20:13:18 +00:00
parent 6af4f6b9c0
commit 3ac4676cc6
13 changed files with 3282 additions and 3581 deletions

View File

@@ -19,19 +19,19 @@ export class CacheEntry
}
@plugins.smartjson.foldDec()
public key: string;
accessor key: string;
@plugins.smartjson.foldDec()
public ttl: number;
accessor ttl: number;
@plugins.smartjson.foldDec()
public createdAt: number;
accessor createdAt: number;
@plugins.smartjson.foldDec()
public typeInfo: string;
accessor typeInfo: string;
@plugins.smartjson.foldDec()
contents: Buffer;
accessor contents: Buffer;
public toStorageJsonString(): string {
return this.foldToJson();