Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Nx Plugin
Deploy to a target platform (node/vercel/lambda/cloudflare)
nx deploy production
{ "targets": { "deploy": { "executor": "@frontmcp/nx:deploy", "dependsOn": ["build"], "options": { "target": "vercel" } } } }
target
node
vercel
lambda
cloudflare
docker compose up --build -d
npx vercel --prod
vercel.json
sam build && sam deploy
template.yaml
npx wrangler deploy
wrangler.toml
# Build first, then deploy nx build production nx deploy production # Or use dependsOn to chain automatically nx deploy production # triggers build first if configured
Was this page helpful?