feat: add size property to Laravel Forge app connection

This commit is contained in:
Piyush Gupta
2025-10-15 22:13:27 +05:30
parent ad6b4c716c
commit 42d1491a3e

View File

@@ -125,7 +125,8 @@ export const APP_CONNECTION_MAP: Record<
[AppConnection.Redis]: { name: "Redis", image: "Redis.png" },
[AppConnection.LaravelForge]: {
name: "Laravel Forge",
image: "Laravel Forge.png"
image: "Laravel Forge.png",
size: 65
}
};