Skip to content

Commit 3bad2dc

Browse files
authored
fix: make hookable option not required (nuxt-modules#438)
1 parent 34ec0ee commit 3bad2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface ModuleOptions {
3535
*
3636
* @default false
3737
*/
38-
hookable: boolean
38+
hookable?: boolean
3939
}
4040

4141
export const DEFAULTS: Required<Omit<ModuleOptions, 'logLevel'>> & { logLevel?: LogLevel } = {

0 commit comments

Comments
 (0)