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.
This commit is contained in:
Mauricio Siu
2026-05-11 11:34:21 -06:00
parent 5e021797f3
commit 62aeed5aed
+1 -1
View File
@@ -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",