跳转到内容

defineConfig

此内容尚不支持你的语言。

defineConfig(config): Config

Defined in: config.ts:42

Identity helper for config files. Wrapping the object gives type-checking and editor autocomplete without changing its value:

test-proxy-recorder.config.ts
import { defineConfig } from 'test-proxy-recorder';
export default defineConfig({
target: 'http://localhost:3000',
redaction: { bodyPatterns: [/sk_live_\w+/g] },
});

Config

Config