chore: move appdata folder to .claudeDo
This commit is contained in:
@@ -7,7 +7,7 @@ public sealed class AttachmentStore
|
||||
private readonly string _root;
|
||||
|
||||
public AttachmentStore(string? root = null)
|
||||
=> _root = root ?? Paths.Expand("~/.todo-app/attachments");
|
||||
=> _root = root ?? Path.Combine(Paths.AppDataRoot(), "attachments");
|
||||
|
||||
public string Root => _root;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user