core: fix project creation to include updated timestamp

pull/5293/head
Dax Raad 2025-12-09 15:18:50 -05:00
parent edffcc32cf
commit 365584048f
1 changed files with 1 additions and 0 deletions

View File

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