colour time

This commit is contained in:
2026-01-13 13:57:07 +00:00
parent 125dcb506b
commit 5b1a65849b

View File

@@ -705,7 +705,7 @@ func runSetup() error {
} }
fmt.Printf("\nSetup complete; PocketBase should be reachable at https://%s\n", ctx.domain) fmt.Printf("\nSetup complete; PocketBase should be reachable at https://%s\n", ctx.domain)
fmt.Printf("Total setup time: %s\n", time.Since(start).Round(time.Millisecond)) fmt.Printf("Total setup time: %s%s%s\n", localTimeColor, time.Since(start).Round(time.Millisecond), remoteColorReset)
return nil return nil
} }