Interfaceseedcordv0.19.5SeedcordHmrConfigHMR configuration used by the Seedcord CLI. interface SeedcordHmrConfigMember overviewPropertiesrestartrollbacktypecheckPropertiesoptionalrestartGlob patterns for files that should trigger a full restart when changed. restart: string[]optionalrollbackWhether a failed hot-reload rolls back to the last-good version of the file. rollback: boolean;Default:trueoptionaltypecheckRuns tsc --watch alongside the bot and reports type errors on the tsc channel. typecheck: boolean | SeedcordTypecheckConfig;Default:false
optionalrestartGlob patterns for files that should trigger a full restart when changed. restart: string[]
optionalrollbackWhether a failed hot-reload rolls back to the last-good version of the file. rollback: boolean;Default:true
optionaltypecheckRuns tsc --watch alongside the bot and reports type errors on the tsc channel. typecheck: boolean | SeedcordTypecheckConfig;Default:false