CommandkitInterfacesCommandKitHMREventVersion: NextOn this pageCommandKitHMREventCommandKitHMREvent commandkitdev-hooks.ts Signatureinterface CommandKitHMREvent { event: HMREventType; path: string; accept: () => void; preventDefault: () => void;} eventpropertyHMREventTypepathpropertystringacceptproperty() => voidpreventDefaultproperty() => void