Skip to content

Commit 3655840

Browse files
committed
core: fix project creation to include updated timestamp
1 parent edffcc3 commit 3655840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/opencode/src/project/project.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export namespace Project {
9494
vcs: vcs as Info["vcs"],
9595
time: {
9696
created: Date.now(),
97+
updated: Date.now(),
9798
},
9899
}
99100
if (id !== "global") {

0 commit comments

Comments
 (0)