feat: record abs path of dirs

This commit is contained in:
2025-09-16 22:36:26 +00:00
parent 73857b9b1d
commit 7cad95307b
4 changed files with 57 additions and 34 deletions

View File

@@ -2,6 +2,7 @@ import { ConvexError } from "convex/values"
export enum Code {
DirectoryExists = "DirectoryExists",
DirectoryNotFound = "DirectoryNotFound",
FileExists = "FileExists",
Internal = "Internal",
Unauthenticated = "Unauthenticated",