Skip to content

Commit

Permalink
Fix apps/core prepare.js
Browse files Browse the repository at this point in the history
Co-authored-by: mvrcPR <[email protected]>
  • Loading branch information
TonProtofy and mvrcPR committed Dec 11, 2024
1 parent a6fbbdf commit 46c0168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/core/prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if(!fs.existsSync('./../../.env')) {
} else {
const fileContent = fs.readFileSync('./../../.env').toString()
if(!fileContent.includes('TOKEN_SECRET')) {
fs.appendFileSync(content)
fs.appendFileSync('./../../.env', content)
}
}

Expand Down

0 comments on commit 46c0168

Please sign in to comment.