mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 13:23:07 +01:00
Adds typechecking with typescript (#2101)
* Fixes all other vue errors * Adds typescheck * Fix pnpm * Fix pnpm again for cache
This commit is contained in:
@@ -127,6 +127,10 @@ export class SkippedLogsEntry extends LogEntry<string> {
|
||||
public get totalSkipped(): number {
|
||||
return this._totalSkipped;
|
||||
}
|
||||
|
||||
public get lastSkippedItem(): LogEntry<string | JSONObject> {
|
||||
return this.lastSkipped;
|
||||
}
|
||||
}
|
||||
|
||||
export function asLogEntry(event: LogEvent): LogEntry<string | JSONObject> {
|
||||
|
||||
Reference in New Issue
Block a user