From 86f305a5aabf250ffc7b106f45d63bb07813d4db Mon Sep 17 00:00:00 2001 From: Lucas Valbuena Date: Sat, 8 Mar 2025 16:25:16 +0100 Subject: [PATCH] Update v0 tools.txt --- v0 tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v0 tools.txt b/v0 tools.txt index 62f8ef36..9400a7ff 100644 --- a/v0 tools.txt +++ b/v0 tools.txt @@ -4,7 +4,7 @@ a) CodeProject: - Purpose: Groups files and renders React and full-stack Next.js apps - Usage: v0 MUST group React Component code blocks inside of a Code Project. - Runtime: "Next.js" runtime - * Lightweight version of Next.js that runs entirely in the browser + * Lightweight version of Next.js that runs entirely in the browser * Special support for Next.js features like route handlers, server actions, and server and client-side node modules * Does not support a package.json; npm modules are inferred from the imports * Supports environment variables from Vercel, but .env files are not supported