From 65e8dab1b2dbf68513b517485a3347892d12afb6 Mon Sep 17 00:00:00 2001 From: giancarlo Date: Thu, 2 May 2024 01:16:50 +0700 Subject: [PATCH] Update codebase to enhance debugging and improve user interface The codebase has been updated throughout to improve debugging capabilities notably in the PostgresDatabaseWebhookVerifierService and create-reader modules. User interface has also been enhanced in the marketing layout and blog page. Minor reordering of entries in email-templates and adjustment of configurations in turbo.json has also been performed. --- apps/web/.env | 1 - .../(marketing)/_components/site-footer.tsx | 2 +- apps/web/app/(marketing)/blog/[slug]/page.tsx | 4 +-- apps/web/app/(marketing)/layout.tsx | 4 +-- packages/cms/keystatic/src/create-reader.ts | 6 ++++- .../src/server/services/verifier/index.ts | 4 +-- ...tgres-database-webhook-verifier.service.ts | 11 +++++++- packages/email-templates/package.json | 4 +-- packages/mailers/src/impl/resend/index.ts | 2 +- turbo.json | 27 +++++++++++++++++-- 10 files changed, 50 insertions(+), 15 deletions(-) diff --git a/apps/web/.env b/apps/web/.env index c72c1b102..736d67fce 100644 --- a/apps/web/.env +++ b/apps/web/.env @@ -26,7 +26,6 @@ CMS_CLIENT=keystatic # KEYSTATIC NEXT_PUBLIC_KEYSTATIC_CONTENT_PATH=./content -KEYSTATIC_PATH_PREFIX=apps/web # LOCALES PATH NEXT_PUBLIC_LOCALES_PATH=apps/web/public/locales diff --git a/apps/web/app/(marketing)/_components/site-footer.tsx b/apps/web/app/(marketing)/_components/site-footer.tsx index afeec5710..708cc1692 100644 --- a/apps/web/app/(marketing)/_components/site-footer.tsx +++ b/apps/web/app/(marketing)/_components/site-footer.tsx @@ -7,7 +7,7 @@ import appConfig from '~/config/app.config'; export function SiteFooter() { return ( -