From fca537ee400e9939e4383866dcf68da66d485e0f Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 22 Jun 2025 08:40:13 -0600 Subject: [PATCH] feat(esbuild): add entry point for reset-2fa script --- apps/dokploy/esbuild.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dokploy/esbuild.config.ts b/apps/dokploy/esbuild.config.ts index 9e6469ca3..91854d943 100644 --- a/apps/dokploy/esbuild.config.ts +++ b/apps/dokploy/esbuild.config.ts @@ -21,6 +21,7 @@ try { entryPoints: { server: "server/server.ts", "reset-password": "reset-password.ts", + "reset-2fa": "reset-2fa.ts", }, bundle: true, platform: "node",