Skip to content

Commit 7a01b90

Browse files
committed
add comment
1 parent 9999b08 commit 7a01b90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/thirdweb/src/utils/process.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// You must use typeof process !== "undefined" instead of just "process"
12
export const IS_DEV =
23
typeof process !== "undefined" &&
34
process.env &&

0 commit comments

Comments
 (0)