Reference
CLI Reference
Command-line commands and environment variables.
Commands
| Command | What it does |
|---|---|
pnpm dev | Start the desktop app in development mode |
pnpm dev:website | Start the marketing website locally |
pnpm build | Build the desktop app for production |
pnpm build:website | Build the website |
Environment variables
| Variable | What it does |
|---|---|
DAPEI_ENGINE_MODE | Controls how the agent engine runs: inline, stub, or subprocess |
NEXT_PUBLIC_SITE_URL | Production URL for the website (used by sitemap, RSS, OG images) |
GITHUB_TOKEN | GitHub personal access token for fetching release data |
Edit on GitHub
Last updated on