add + remove users from organisation

This commit is contained in:
Oliver Bryan
2026-01-01 10:46:54 +00:00
parent 8511c6472c
commit 63fef4a0e9
20 changed files with 560 additions and 32 deletions

View File

@@ -14,6 +14,6 @@
}
},
"files": {
"includes": ["**", "!src-tauri/target", "!src-tauri/gen"]
"includes": ["**", "!dist", "!src-tauri/target", "!src-tauri/gen"]
}
}