Function: runGeneratedRenderedScript()
runGeneratedRenderedScript(
options):Promise<number>
Runs one rendered script (src/scripts/<name>.tsx) to completion and
returns the process exit code. The framework dialect reserves exactly
--json and --ndjson (before a -- terminator); every other argument
passes through to the script component's argv prop untouched. Exit codes
derive from the final document status: 0 on success, 1 otherwise.
Parameters
options
RunGeneratedRenderedScriptOptions
Returns
Promise<number>