Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 6bed4af

Browse files
chore: format
1 parent efb2440 commit 6bed4af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin-remix.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default {
2121
lastTimeout = setTimeout(async () => {
2222
const contents = fs.readFileSync(
2323
path.resolve(process.cwd(), buildPath),
24-
"utf8"
24+
"utf8",
2525
);
2626
const manifestMatches = contents.matchAll(/manifest-([A-f0-9]+)\.js/g);
2727
const sent = new Set();
@@ -41,7 +41,7 @@ export default {
4141
const passthruKeys = /^NODE_ENV$|^REMIX_DEV_/;
4242
return {
4343
testing: Object.fromEntries(
44-
Object.entries(process.env).filter(([key]) => passthruKeys.test(key))
44+
Object.entries(process.env).filter(([key]) => passthruKeys.test(key)),
4545
),
4646
};
4747
},

0 commit comments

Comments
 (0)