package.json section for Output.ai settings changed from output to outputai.
Only the top level has changed.
Migration steps
Rename field
Replaceoutput with outputai.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Upgrading Output.ai projects from v0.3.0 to v0.4.0: New package.json config section.
package.json section for Output.ai settings changed from output to outputai.
Only the top level has changed.
output with outputai.
{
...
"output": {
"hookFiles": [
"./src/hooks.js"
]
}
}
{
...
"outputai": {
"hookFiles": [
"./src/hooks.js"
]
}
}