Skip to content

Commit 96629c3

Browse files
danielroepi0
authored andcommitted
fix(providers): detect CODESANDBOX_HOST (#154)
1 parent 1d38c6d commit 96629c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ const providers: InternalProvider[] = [
100100
["VERCEL", "VERCEL_ENV", { ci: false }],
101101
["APPCENTER", "APPCENTER_BUILD_ID"],
102102
["CODESANDBOX", "CODESANDBOX_SSE", { ci: false }],
103+
["CODESANDBOX", "CODESANDBOX_HOST", { ci: false }],
103104
["STACKBLITZ"],
104105
["STORMKIT"],
105106
["CLEAVR"],

0 commit comments

Comments
 (0)