diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3ba6227..466c1c0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,6 +5,7 @@ on: branches: - main - dev + - react pull_request: concurrency: diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index f12f17a..82181b9 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -14,7 +14,6 @@ export const meta: MetaFunction = () => { }; export const loader = async ({ context }: { context: TLoaderContext }) => { - console.log("🚀 ~ loader ~ context:", context); const { tenant, request } = context; if (tenant) { throw redirect(