mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02:00
core: fix project creation to include updated timestamp
This commit is contained in:
@@ -94,6 +94,7 @@ export namespace Project {
|
||||
vcs: vcs as Info["vcs"],
|
||||
time: {
|
||||
created: Date.now(),
|
||||
updated: Date.now(),
|
||||
},
|
||||
}
|
||||
if (id !== "global") {
|
||||
|
||||
Reference in New Issue
Block a user