Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 7, 2023
1 parent efb2440 commit 6bed4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-remix.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
lastTimeout = setTimeout(async () => {
const contents = fs.readFileSync(
path.resolve(process.cwd(), buildPath),
"utf8"
"utf8",
);
const manifestMatches = contents.matchAll(/manifest-([A-f0-9]+)\.js/g);
const sent = new Set();
Expand All @@ -41,7 +41,7 @@ export default {
const passthruKeys = /^NODE_ENV$|^REMIX_DEV_/;
return {
testing: Object.fromEntries(
Object.entries(process.env).filter(([key]) => passthruKeys.test(key))
Object.entries(process.env).filter(([key]) => passthruKeys.test(key)),
),
};
},
Expand Down

0 comments on commit 6bed4af

Please sign in to comment.