Point your better-commit.config.ts before it's served.
npx @better-commit/cliexport default defineConfig({ plugins: [ conventionalCommits({ types: [ "feat", "fix", "docs", "style", "refactor", "test", "chore", "perf", "ci", "build", ], }), aiSuggest({ provider: "auto" }), ],});