Browse Source

core: fix project creation to include updated timestamp

Dax Raad 2 months ago
parent
commit
365584048f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/opencode/src/project/project.ts

+ 1 - 0
packages/opencode/src/project/project.ts

@@ -94,6 +94,7 @@ export namespace Project {
         vcs: vcs as Info["vcs"],
         vcs: vcs as Info["vcs"],
         time: {
         time: {
           created: Date.now(),
           created: Date.now(),
+          updated: Date.now(),
         },
         },
       }
       }
       if (id !== "global") {
       if (id !== "global") {