# SEEDCORD_CONFIG_FILENAMES

`variable` in `cli` · v0.1.0

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

Supported configuration filenames discovered by the CLI.

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