# SEEDCORD_CONFIG_FILENAMES

`variable` in `cli` · v0.2.1

<https://docs.seedcord.org/packages/cli/0.2.1/variables/seedcord-config-filenames>

Supported configuration filenames discovered by the CLI.

```ts
const SEEDCORD_CONFIG_FILENAMES: readonly [
    "seedcord.config.ts",
    "seedcord.config.mts"
];
```
