From 1aed53e6fe4bf74c0e57486a1788ec1244a74203 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 26 Jan 2025 15:01:49 -0600 Subject: [PATCH] refactor: add missing load --- apps/dokploy/templates/templates.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index e513a6e92..f932e7ef0 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -1369,6 +1369,7 @@ export const templates: TemplateData[] = [ }, logo: "spacedrive.png", tags: ["file-manager", "vdfs", "storage"], + load: () => import("./spacedrive/index").then((m) => m.generate), }, { id: "alist",