Comparing version 1.2.0 to 1.2.1
@@ -51,3 +51,3 @@ // @ts-check | ||
await requireFramework(options.path) | ||
await updateEnvFile({ [key]: value }, options.path, true) | ||
await updateEnvFile({ [key]: value }, options.path) | ||
} catch (error) { | ||
@@ -54,0 +54,0 @@ console.error(y.red(error)) |
@@ -16,3 +16,3 @@ // @ts-check | ||
*/ | ||
export async function updateEnvFile(env, envPath = "", comment = false) { | ||
export async function updateEnvFile(env, envPath = "", comment = true) { | ||
const framework = await detectFramework(envPath) | ||
@@ -19,0 +19,0 @@ const dotEnvFile = frameworks[framework]?.envFile |
{ | ||
"name": "auth", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"homepage": "https://cli.authjs.dev", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41626