mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 00:22:43 -05:00
fix(cli): add .env.local to dotenv
This commit is contained in:
@@ -230,6 +230,9 @@ export async function getConfig({
|
||||
};
|
||||
}>({
|
||||
configFile: possiblePath,
|
||||
dotenv: {
|
||||
fileName: [".env", ".env.local"],
|
||||
},
|
||||
jitiOptions: jitiOptions(cwd),
|
||||
cwd,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user