From 62aeed5aedd757e75cf3da8ae49fb96e328d8d0d Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Mon, 11 May 2026 11:34:21 -0600 Subject: [PATCH] fix(esbuild): update path for migrate-auth-secret script - Changed the path of the `migrate-auth-secret` script from the root directory to the `scripts` folder for better organization and clarity in the project structure. --- apps/dokploy/esbuild.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/esbuild.config.ts b/apps/dokploy/esbuild.config.ts index b994d3a4c..fa053d726 100644 --- a/apps/dokploy/esbuild.config.ts +++ b/apps/dokploy/esbuild.config.ts @@ -28,7 +28,7 @@ try { "wait-for-postgres": "wait-for-postgres.ts", "reset-password": "reset-password.ts", "reset-2fa": "reset-2fa.ts", - "migrate-auth-secret": "migrate-auth-secret.ts", + "migrate-auth-secret": "scripts/migrate-auth-secret.ts", }, bundle: true, platform: "node",