Skip to content

Commit

Permalink
feat(providers): add codesphere detection (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Intevel authored Nov 23, 2023
1 parent c8ce8bb commit 1812956
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ export type ProviderName =
| "stackblitz"
| "stormkit"
| "cleavr"
| "zeabur";
| "zeabur"
| "codesphere";

type InternalProvider = [
providerName: Uppercase<ProviderName>,
Expand Down Expand Up @@ -100,6 +101,7 @@ const providers: InternalProvider[] = [
["STORMKIT"],
["CLEAVR"],
["ZEABUR"],
["CODESPHERE", "CODESPHERE_APP_ID", { ci: true }],
];

export type ProviderInfo = {
Expand Down

0 comments on commit 1812956

Please sign in to comment.