We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2359b commit 46b1becCopy full SHA for 46b1bec
codeg.config.mjs
@@ -1,8 +1,10 @@
1
import { defineConfig } from "code-genius";
2
import { gitInitSimpleHooksInstaller } from "@codegenius/hooks-plugin";
3
+import { gitCommitVerifyInstaller } from "@codegenius/verify-plugin";
4
5
export default defineConfig({
6
plugins: [
7
gitInitSimpleHooksInstaller(),
8
+ gitCommitVerifyInstaller(),
9
],
10
});
0 commit comments