Codify
Troubleshooting

Common issues

A list of common issues and how to solve them

How to include a custom plugin

Codify supports adding custom plugins using the project config block.

codify.jsonc
[
  {
    "type": "project",
    "plugins": {
      "my-plugin": "0.0.0"
    }
  }
]

On this page