Add extra hint on envvars to the local setup

This commit is contained in:
Konstantin Wohlwend 2026-06-08 11:10:40 -07:00
parent 4fdd2b3831
commit 9b4c1957dd

View File

@ -744,6 +744,8 @@ export function getSdkSetupPrompt(mainType: "ai-prompt" | "nextjs" | "react" | "
}
}
\`\`\`
\`hexclave dev\` injects all necessary environment variables into the app process automatically, so the app is ready to use without any extra environment variable setup.
</Accordion>
<Accordion title="Option 2: Connecting to a production project hosted in the cloud">