mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
core: make project updated timestamp optional to support legacy project data
This commit is contained in:
parent
238f441bcb
commit
edffcc32cf
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export namespace Project {
|
|||
.optional(),
|
||||
time: z.object({
|
||||
created: z.number(),
|
||||
updated: z.number().optional(),
|
||||
updated: z.number(),
|
||||
initialized: z.number().optional(),
|
||||
}),
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue