Skip to content

Commit

Permalink
feat: add zeabur provider
Browse files Browse the repository at this point in the history
  • Loading branch information
yuaanlin committed Nov 22, 2023
1 parent e1bfb39 commit 9b9204c
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 @@ -43,7 +43,8 @@ export type ProviderName =
| "codesandbox"
| "stackblitz"
| "stormkit"
| "cleavr";
| "cleavr"
| "zeabur";

type InternalProvider = [
providerName: Uppercase<ProviderName>,
Expand Down Expand Up @@ -98,6 +99,7 @@ const providers: InternalProvider[] = [
["STACKBLITZ"],
["STORMKIT"],
["CLEAVR"],
["ZEABUR"],
];

export type ProviderInfo = {
Expand Down

0 comments on commit 9b9204c

Please sign in to comment.