From e03674171063edc575be932d4fba5f77d1dde705 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Mon, 1 Aug 2022 11:31:54 +0200 Subject: [PATCH] fix: trigger website release --- packages/website/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/website/README.md b/packages/website/README.md index e54f0a4e1f..30572ab49b 100644 --- a/packages/website/README.md +++ b/packages/website/README.md @@ -10,6 +10,8 @@ In particular, make sure to add your Magic Link publishable key to a `.env.local The `.env.development` file will be automatically loaded when running locally using `yarn dev`, and it is configured to connect to the default local development API server URL. If you're running the API on a different port or targetting a different environment, add an override for the `NEXT_PUBLIC_API` variable to your `.env.local` file and set it to the correct URL. +For production, SENTRY environment configuration must also be set. + ### Running Locally ```bash