diff --git a/apps/dokploy/components/layouts/side.tsx b/apps/dokploy/components/layouts/side.tsx index 8d180967e..15390baf9 100644 --- a/apps/dokploy/components/layouts/side.tsx +++ b/apps/dokploy/components/layouts/side.tsx @@ -96,10 +96,7 @@ type SingleNavItem = { title: string; url: string; icon?: LucideIcon; - isEnabled?: (opts: { - auth?: AuthQueryOutput; - isCloud: boolean; - }) => boolean; + isEnabled?: (opts: { auth?: AuthQueryOutput; isCloud: boolean }) => boolean; }; // NavItem type @@ -125,10 +122,7 @@ type ExternalLink = { name: string; url: string; icon: React.ComponentType<{ className?: string }>; - isEnabled?: (opts: { - auth?: AuthQueryOutput; - isCloud: boolean; - }) => boolean; + isEnabled?: (opts: { auth?: AuthQueryOutput; isCloud: boolean }) => boolean; }; // Menu type diff --git a/apps/dokploy/package.json b/apps/dokploy/package.json index c6d2a8e2c..fa273b88c 100644 --- a/apps/dokploy/package.json +++ b/apps/dokploy/package.json @@ -198,6 +198,8 @@ ] }, "commitlint": { - "extends": ["@commitlint/config-conventional"] + "extends": [ + "@commitlint/config-conventional" + ] } } diff --git a/apps/dokploy/types/chatwoot.d.ts b/apps/dokploy/types/chatwoot.d.ts index 88fa50f9b..f016645f8 100644 --- a/apps/dokploy/types/chatwoot.d.ts +++ b/apps/dokploy/types/chatwoot.d.ts @@ -13,10 +13,7 @@ declare global { baseDomain?: string; }; chatwootSDK?: { - run: (config: { - websiteToken: string; - baseUrl: string; - }) => void; + run: (config: { websiteToken: string; baseUrl: string }) => void; }; $chatwoot?: { setUser: (