42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"name": "export",
|
|
"implementation": "/packages/next/src/executors/export/export.impl.ts",
|
|
"schema": {
|
|
"version": 2,
|
|
"outputCapture": "pipe",
|
|
"cli": "nx",
|
|
"title": "Next Export",
|
|
"description": "Export a Next.js application. The exported application is located at `dist/$outputPath/exported`.",
|
|
"type": "object",
|
|
"properties": {
|
|
"buildTarget": {
|
|
"type": "string",
|
|
"description": "Target which builds the application",
|
|
"x-priority": "important"
|
|
},
|
|
"silent": {
|
|
"type": "boolean",
|
|
"description": "Hide progress or not (default is `false`)",
|
|
"default": false
|
|
},
|
|
"threads": {
|
|
"type": "number",
|
|
"description": "Number of worker threads to utilize (defaults to the number of CPUs)"
|
|
},
|
|
"buildLibsFromSource": {
|
|
"type": "boolean",
|
|
"description": "Read buildable libraries from source instead of building them separately.",
|
|
"default": true
|
|
}
|
|
},
|
|
"required": [],
|
|
"presets": []
|
|
},
|
|
"description": "Export a Next.js application. The exported application is located at `dist/$outputPath/exported`.",
|
|
"x-deprecated": "Use static exports in next.config.js instead. See: https://nextjs.org/docs/pages/building-your-application/deploying/static-exports.",
|
|
"aliases": [],
|
|
"hidden": false,
|
|
"path": "/packages/next/src/executors/export/schema.json",
|
|
"type": "executor"
|
|
}
|