Usage
Options
| Option | Type | Default | Description |
|---|---|---|---|
name | string | — | Required. The name of the server |
apps | string | — | Required. Comma-separated app names to compose |
directory | string | servers/<name> | The directory of the server |
deploymentTarget | node | vercel | lambda | cloudflare | node | The deployment target platform |
redis | docker | existing | none | none | Redis setup option (node target only) |
tags | string | — | Comma-separated tags |
Generated Files
- Node.js (Docker)
- Vercel
- Lambda
- Cloudflare
Generated Code
The entry point imports and composes all specified apps:src/main.ts
Nx Targets
| Target | Executor | Description |
|---|---|---|
build | @frontmcp/nx:build | Compile with deployment adapter |
deploy | @frontmcp/nx:deploy | Deploy to target platform |