From 526775df91e27cb29d8be06ec7cc0386e2a7164b Mon Sep 17 00:00:00 2001 From: Rami Abdou Date: Mon, 22 Sep 2025 17:01:12 -0700 Subject: [PATCH 1/5] fix seed script --- packages/db/src/scripts/seed.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/db/src/scripts/seed.ts b/packages/db/src/scripts/seed.ts index 72672727c..df7771c00 100644 --- a/packages/db/src/scripts/seed.ts +++ b/packages/db/src/scripts/seed.ts @@ -11,6 +11,8 @@ if (IS_PRODUCTION) { throw new Error('Cannot seed database in non-development environment.'); } +let email = ''; + main(); async function main() { @@ -37,8 +39,6 @@ async function main() { } } -let email = ''; - function setEmailFromCommandLine() { const answer = prompt( 'In order to log into the Member Profile and Admin Dashboard, you will need both a member record and an admin record. Please provide an email so we can create those for you.\n' + From 2f8753f4bc732265b19b1dd00c39de9f0eeec949 Mon Sep 17 00:00:00 2001 From: Rami Abdou Date: Mon, 22 Sep 2025 17:21:20 -0700 Subject: [PATCH 2/5] remove slack and github from important resources --- apps/member-profile/app/routes/_profile.home.tsx | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/apps/member-profile/app/routes/_profile.home.tsx b/apps/member-profile/app/routes/_profile.home.tsx index 3ee586911..b9dc2ffa2 100644 --- a/apps/member-profile/app/routes/_profile.home.tsx +++ b/apps/member-profile/app/routes/_profile.home.tsx @@ -424,13 +424,6 @@ function ImportantResourcesCard() { Important Resources