This commit is contained in:
Dax Raad
2025-06-17 12:29:28 -04:00
parent 42f1d9b0d8
commit dbcd784a82
2 changed files with 8 additions and 4 deletions
+1
View File
@@ -18,6 +18,7 @@ export namespace App {
data: z.string(),
root: z.string(),
cwd: z.string(),
state: z.string(),
}),
time: z.object({
initialized: z.number().optional(),