mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore(logs): update utils.ts
Exemple -> Example
This commit is contained in:
parent
b166cd5bfa
commit
ad71e8b36a
@ -43,7 +43,7 @@ const LOG_STYLES: Record<LogType, LogStyle> = {
|
||||
|
||||
export function parseLogs(logString: string): LogLine[] {
|
||||
// Regex to match the log line format
|
||||
// Exemple of return :
|
||||
// Example of return :
|
||||
// 1 2024-12-10T10:00:00.000Z The server is running on port 8080
|
||||
// Should return :
|
||||
// { timestamp: new Date("2024-12-10T10:00:00.000Z"),
|
||||
|
Loading…
Reference in New Issue
Block a user