diff --git a/src-tauri/permissions/autogenerated/delete_project.toml b/src-tauri/permissions/autogenerated/delete_project.toml deleted file mode 100644 index 7ed910a..0000000 --- a/src-tauri/permissions/autogenerated/delete_project.toml +++ /dev/null @@ -1,11 +0,0 @@ -# Automatically generated - DO NOT EDIT! - -[[permission]] -identifier = "allow-delete-project" -description = "Enables the delete_project command without any pre-configured scope." -commands.allow = ["delete_project"] - -[[permission]] -identifier = "deny-delete-project" -description = "Denies the delete_project command without any pre-configured scope." -commands.deny = ["delete_project"] diff --git a/src-tauri/permissions/autogenerated/remove_project.toml b/src-tauri/permissions/autogenerated/remove_project.toml deleted file mode 100644 index a72877f..0000000 --- a/src-tauri/permissions/autogenerated/remove_project.toml +++ /dev/null @@ -1,11 +0,0 @@ -# Automatically generated - DO NOT EDIT! - -[[permission]] -identifier = "allow-remove-project" -description = "Enables the remove_project command without any pre-configured scope." -commands.allow = ["remove_project"] - -[[permission]] -identifier = "deny-remove-project" -description = "Denies the remove_project command without any pre-configured scope." -commands.deny = ["remove_project"]