Skip to content

Commit

Permalink
feat: add zeabur provider (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuaanlin authored Nov 23, 2023
1 parent e1bfb39 commit c8ce8bb
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 c8ce8bb

Please sign in to comment.