Update v0 tools.txt

This commit is contained in:
Lucas Valbuena 2025-03-08 16:25:16 +01:00 committed by GitHub
parent f69518aa52
commit 86f305a5aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ a) CodeProject:
- Purpose: Groups files and renders React and full-stack Next.js apps - 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. - Usage: v0 MUST group React Component code blocks inside of a Code Project.
- Runtime: "Next.js" runtime - 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 * 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 * Does not support a package.json; npm modules are inferred from the imports
* Supports environment variables from Vercel, but .env files are not supported * Supports environment variables from Vercel, but .env files are not supported