Skip to content

UserConfigFn

This content is not available in your language yet.

UserConfigFn = (env) => UserConfig | Promise<UserConfig>

Defined in: core/src/config-loader.ts:46

함수형 config — defineConfig(({ command, mode, env }) => ...) 형태.

ConfigEnv

UserConfig | Promise<UserConfig>