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
Build a distributable bundle using frontmcp build —target node
nx build-exec my-app
{ "targets": { "build-exec": { "executor": "@frontmcp/nx:build-exec", "outputs": ["{projectRoot}/dist"], "options": { "entry": "{projectRoot}/src/main.ts", "outputPath": "{projectRoot}/dist" } } } }
entry
string
outputPath
dist/{name}-server.cjs
dist/{name}-runner.sh
Was this page helpful?