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

Commit 929b41a

Browse files
committed
Fix broken config
1 parent 7edab84 commit 929b41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ module.exports = {
5252
AWS_ACCESS_KEY_ID: process.env.AWS_ACCESS_KEY_ID || '',
5353
AWS_SECRET_ACCESS_KEY: process.env.AWS_SECRET_ACCESS_KEY || '',
5454
AWS_REGION: process.env.AWS_REGION || '',
55-
IS_LOCAL: process.env.IS_LOCAL || '',
55+
IS_LOCAL: process.env.IS_LOCAL || false,
5656
},
5757
};

0 commit comments

Comments
 (0)