refactor: rebrand to zerobyte

This commit is contained in:
Nicolas Meienberger
2025-11-19 19:24:20 +01:00
parent ef87ca816d
commit 1a04eef4a5
34 changed files with 141 additions and 138 deletions

View File

@@ -186,7 +186,7 @@ const updateVolume = async (name: string, volumeData: UpdateVolumeBody) => {
};
const testConnection = async (backendConfig: BackendConfig) => {
const tempDir = await fs.mkdtemp(path.join(os.tmpdir(), "ironmount-test-"));
const tempDir = await fs.mkdtemp(path.join(os.tmpdir(), "zerobyte-test-"));
const mockVolume = {
id: 0,