Skip to content

Commit 0c258f0

Browse files
committed
fix: config.js update for ESM
1 parent 9568e02 commit 0c258f0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

scripts/config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable no-unused-vars, eslint-comments/disable-enable-pair */
2-
const clientId = "",
1+
export const clientId = "",
32
clientSecret = "",
4-
redirectUri = new URL("");
3+
redirectUri = new URL("https://example.com");

0 commit comments

Comments
 (0)