We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40ebf8 commit 8ef8fe2Copy full SHA for 8ef8fe2
package.json
@@ -375,6 +375,7 @@
375
"copy-assets-agent": "copyfiles -f apps/agent/src/assets/snapshot-sound.wav dist/apps/agent/data/sound/",
376
"build:mcp-server": "yarn nx build mcp-server",
377
"build:mcp-server:prod": "yarn nx build mcp-server --configuration=production",
378
+ "build:mcp-server:docker": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=60000 yarn nx build mcp-server",
379
"test:mcp-server": "yarn nx test mcp-server",
380
"build:mcp": "yarn nx build mcp --configuration=development",
381
"build:mcp:prod": "yarn nx build mcp --configuration=production",
0 commit comments