Skip to content

Commit 62aeed5

Browse files
committed
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.
1 parent 5e02179 commit 62aeed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/dokploy/esbuild.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ try {
2828
"wait-for-postgres": "wait-for-postgres.ts",
2929
"reset-password": "reset-password.ts",
3030
"reset-2fa": "reset-2fa.ts",
31-
"migrate-auth-secret": "migrate-auth-secret.ts",
31+
"migrate-auth-secret": "scripts/migrate-auth-secret.ts",
3232
},
3333
bundle: true,
3434
platform: "node",

0 commit comments

Comments
 (0)