mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix(add): template.ts
This commit is contained in:
@@ -880,6 +880,6 @@ export const templates: TemplateData[] = [
|
|||||||
docs: "https://docs.twenty.com",
|
docs: "https://docs.twenty.com",
|
||||||
},
|
},
|
||||||
tags: ["crm", "sales", "business"],
|
tags: ["crm", "sales", "business"],
|
||||||
load: () => import("./twenty/index.ts").then((m) => m.generate),
|
load: () => import("./twenty/index").then((m) => m.generate),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user