packages/create-open-lovable/templates/vercel/README.md
This project is configured to use Vercel Sandboxes for code execution.
.env.example to .env and add your credentialsnpm install to install dependenciesnpm run dev to start the development serverWhen running in a Vercel environment, authentication happens automatically via OIDC tokens. No configuration needed!
.env file:
VERCEL_TOKENVERCEL_TEAM_IDVERCEL_PROJECT_IDYou can adjust Vercel settings in config/app.config.ts:
maxDuration: Sandbox session timeout (default: 5 minutes)If you encounter issues:
For more help, visit the Vercel Sandbox documentation.