From e24c91d0d18d476c09ee68e4b2b999315f751269 Mon Sep 17 00:00:00 2001 From: Arne Wolfewicz <18648701+ajascha@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:15:38 +0100 Subject: [PATCH] Update README.md Changed outdated supabase docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a15a212f..1271f1044 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ If you don't intend to use a local Supabase instance for development and testing pnpm dlx vercel env pull .env.local ``` -Running this command will create a new `.env.local` file in your project folder. For security purposes, you will need to set the `SUPABASE_SERVICE_ROLE_KEY` manually from your [Supabase dashboard](https://app.supabase.io/) (`Settings > API`). If you are not using a local Supabase instance, you should also change the `--local` flag to `--linked' or '--project-id ' in the `supabase:generate-types` script in `package.json`.(see -> [https://supabase.com/docs/reference/cli/supabase-gen-types-typescript]) +Running this command will create a new `.env.local` file in your project folder. For security purposes, you will need to set the `SUPABASE_SERVICE_ROLE_KEY` manually from your [Supabase dashboard](https://app.supabase.io/) (`Settings > API`). If you are not using a local Supabase instance, you should also change the `--local` flag to `--linked' or '--project-id ' in the `supabase:generate-types` script in `package.json`.(see -> [https://supabase.com/docs/reference/cli/supabase-gen-types]) ### Local development with Supabase