# SEEDCORD_CONFIG_FILENAMES

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

<https://docs.seedcord.org/packages/seedcord/0.16.0-next.8/variables/seedcord-config-filenames>

Supported configuration filenames discovered by the CLI.

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