Skip to content

Commit

Permalink
.heroku is essential, do not delete
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed Feb 3, 2025
1 parent 1be7539 commit 5dd58d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heroku-postbuild-cleanup.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ await (async () => {
}
}
for await (const entry of glob(".*")) {
if (entry === ".output") {
if (entry === ".output" || entry === ".heroku") {
continue;
}
try {
Expand Down

0 comments on commit 5dd58d2

Please sign in to comment.