From 4431f5601ae71240d9a15286b8ba6462af5fba5b Mon Sep 17 00:00:00 2001 From: sashagoncharov19 <0976053529@ukr.net> Date: Mon, 21 Oct 2024 19:05:51 +0000 Subject: [PATCH] fix: run biome check --- apps/dokploy/templates/templates.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index 3f5f8c25..e1a1aae8 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -525,8 +525,8 @@ export const templates: TemplateData[] = [ }, tags: ["self-hosted", "open-source", "analytics"], load: () => import("./erpnext/index").then((m) => m.generate), - }, - { + }, + { id: "roundcube", name: "Roundcube", version: "1.6.9",