# SEEDCORD_CONFIG_FILENAMES

`variable` in `seedcord` · v0.18.2-next.0

<https://docs.seedcord.org/packages/seedcord/0.18.2-next.0/variables/seedcord-config-filenames>

Supported configuration filenames discovered by the CLI.

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