Skip to content

Commit

Permalink
fix(paywall): 🐛 set env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi-moha committed Oct 11, 2023
1 parent bfd5bb2 commit c5bd659
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/paywall/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ const envVars = {
SECRET_STRIPE: null,
SECRET_SUPABASE: null,
SECRET_CENTER: null,
WALLET_CONNECT_PROJECT_ID: undefined,
MONTHLY_PRO_PLAN_CHECKOUT_LINK: undefined,
YEARLY_PRO_PLAN_CHECKOUT_LINK: undefined,
};

const dirname = __dirname;
Expand Down

0 comments on commit c5bd659

Please sign in to comment.