Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.output.ai/llms.txt

Use this file to discover all available pages before exploring further.

The dedicated package.json section for Output.ai settings changed from output to outputai. Only the top level has changed.

Migration steps

Rename field

Replace output with outputai.

Before

package.json
{
  ...
  "output": {
    "hookFiles": [
      "./src/hooks.js"
    ]
  }
}

After

package.json
{
  ...
  "outputai": {
    "hookFiles": [
      "./src/hooks.js"
    ]
  }
}