diff --git a/src/providers.ts b/src/providers.ts index e7fc84f..b2d94ef 100644 --- a/src/providers.ts +++ b/src/providers.ts @@ -43,7 +43,8 @@ export type ProviderName = | "codesandbox" | "stackblitz" | "stormkit" - | "cleavr"; + | "cleavr" + | "zeabur"; type InternalProvider = [ providerName: Uppercase, @@ -98,6 +99,7 @@ const providers: InternalProvider[] = [ ["STACKBLITZ"], ["STORMKIT"], ["CLEAVR"], + ["ZEABUR"], ]; export type ProviderInfo = {