fix(cli): add .env.local to dotenv

This commit is contained in:
Alex Yang
2026-02-06 16:10:40 -08:00
parent 40a298e28e
commit 42ecca0b8a

View File

@@ -230,6 +230,9 @@ export async function getConfig({
};
}>({
configFile: possiblePath,
dotenv: {
fileName: [".env", ".env.local"],
},
jitiOptions: jitiOptions(cwd),
cwd,
});