Skip to content

Commit 0245e4c

Browse files
authored
fix: hide dotenv logs (antfu-collective#115)
1 parent c01e30f commit 0245e4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/configs/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function getDeprecatedEnv(name: string, replacement: string) {
1010
}
1111

1212
export function loadEnv(): Partial<SponsorkitConfig> {
13-
dotenv.config()
13+
dotenv.config({ quiet: true })
1414

1515
const config: Partial<SponsorkitConfig> = {
1616
github: {

0 commit comments

Comments
 (0)