From a8c6fd47bf0b3c3ef4cc069f01717476d9b93cae Mon Sep 17 00:00:00 2001 From: z8 <108418515+yamz8@users.noreply.github.com> Date: Tue, 18 Nov 2025 01:30:06 +0200 Subject: [PATCH] Update README to reflect .env file naming make it follow the file in the drizzle.config.ts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b62435e0..9d9aff23 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Or run locally: git clone https://github.com/vercel-labs/coding-agent-template.git cd coding-agent-template pnpm install -# Set up .env.local with required variables +# Set up .env with required variables pnpm db:push pnpm dev ```