Skip to content

Commit

Permalink
chore: 添加日志输出
Browse files Browse the repository at this point in the history
  • Loading branch information
boxsnake committed Jan 25, 2025
1 parent 5fdf0a8 commit 045e46b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/exportEnvFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const exportEnvFile = async () => {
try {
await fs.writeFile(envFilePath, envContent, 'utf-8')
console.info(`Env successfully overwritten in ${envFilePath.pathname}`)
console.info(`Env file generated as:\n${envContent}`)
} catch (error) {
console.error('Error export env:', error)
}
Expand Down

0 comments on commit 045e46b

Please sign in to comment.