From 2c2d59a87c599e10828827a64b7f017e4703342f Mon Sep 17 00:00:00 2001 From: MD Mahbub Hasan Date: Sun, 27 Oct 2024 16:24:42 +0600 Subject: [PATCH] Format fix --- apps/dokploy/templates/filebrowser/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/dokploy/templates/filebrowser/index.ts b/apps/dokploy/templates/filebrowser/index.ts index 4ca4f8b9..c30519f1 100644 --- a/apps/dokploy/templates/filebrowser/index.ts +++ b/apps/dokploy/templates/filebrowser/index.ts @@ -15,9 +15,7 @@ export function generate(schema: Schema): Template { serviceName: "filebrowser", }, ]; - const envs = [ - "FB_BASEURL=/filebrowser", - ]; + const envs = ["FB_BASEURL=/filebrowser"]; return { envs,