storkit: merge 457_bug_store_json_created_at_project_root_instead_of_inside_storkit

This commit is contained in:
dave
2026-04-02 13:24:15 +00:00
parent 46d09d4d45
commit 967a306ea8
3 changed files with 20 additions and 5 deletions
-1
View File
@@ -168,7 +168,6 @@ pub(crate) fn is_bare_project(project_root: &Path) -> bool {
|| n == "LICENSE"
|| n == "README.md"
|| n == "script"
|| n == "store.json"
})
})
.unwrap_or(true)