mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-09 19:52:44 +00:00
core: fix project creation to include updated timestamp
This commit is contained in:
parent
edffcc32cf
commit
365584048f
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ export namespace Project {
|
|||
vcs: vcs as Info["vcs"],
|
||||
time: {
|
||||
created: Date.now(),
|
||||
updated: Date.now(),
|
||||
},
|
||||
}
|
||||
if (id !== "global") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue