feat: record abs path of dirs

This commit is contained in:
2025-09-16 22:36:26 +00:00
parent a0f50ebb96
commit 59e14a9c9a
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",