We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5ac44 commit 0b21b2bCopy full SHA for 0b21b2b
src/common/envs.js
@@ -1,3 +1,5 @@
1
+// @ts-check
2
+
3
const whitelist = process.env.WHITELIST
4
? process.env.WHITELIST.split(",")
5
: undefined;
0 commit comments