diff --git a/stacks/frontend.ts b/stacks/frontend.ts index edad885..2563bdb 100644 --- a/stacks/frontend.ts +++ b/stacks/frontend.ts @@ -13,9 +13,10 @@ export function FrontendStack({ app, stack }: StackContext) { } else if (app.stage.match(/^staging-(\d+)$/)) { // check if stage is like staging-### domainName = `${app.stage}.zotnfound.com`; - } else { - throw new Error("Invalid stage"); } + // } else { + // throw new Error("Invalid stage"); + // } const web = new StaticSite(stack, "web", { path: "packages/web",