Interfaceseedcordv0.16.0SeedcordHmrConfigHMR configuration used by the Seedcord CLI. interface SeedcordHmrConfigMember overviewPropertiesrestartrollbacktsconfigPropertiesoptionalrestartGlob 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:trueoptionaltsconfigOptional tsconfig path to use for type checking in dev mode. tsconfig: string;Default:the nearest tsconfig.json
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
optionaltsconfigOptional tsconfig path to use for type checking in dev mode. tsconfig: string;Default:the nearest tsconfig.json