# SeedcordDevConfig

`interface` in `cli` · v0.1.0

<https://docs.seedcord.org/packages/cli/0.1.0/interfaces/seedcord-dev-config>

Configuration used by the Seedcord CLI when running `seedcord dev` or `seedcord build`.

```ts
interface SeedcordDevConfig
```

## Properties

### build

```ts
build: SeedcordBuildConfig;
```

Optional build configuration overrides.

### entry

```ts
entry: string;
```

Entry file that should be executed when starting the bot (and copied into the build output).

### hmr

```ts
hmr: SeedcordHmrConfig;
```

Optional HMR configuration.

### instance

```ts
instance: string;
```

Path to the module whose default export is a configured Seedcord instance.

### root

```ts
root: string;
```

Root directory used for resolving relative paths. Defaults to the config directory.
