# SeedcordHmrConfig

`interface` in `seedcord` · v0.16.0-next.8

<https://docs.seedcord.org/packages/seedcord/0.16.0-next.8/interfaces/seedcord-hmr-config>

HMR configuration used by the Seedcord CLI.

```ts
interface SeedcordHmrConfig
```

## Properties

### restart

```ts
restart: string[]
```

Glob patterns for files that should trigger a full restart when changed.

### rollback

```ts
rollback: boolean;
```

Whether a failed hot-reload rolls back to the last-good version of the file.

### tsconfig

```ts
tsconfig: string;
```

Optional tsconfig path to use for type checking in dev mode.
