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:
import { defineConfig } from 'test-proxy-recorder';
export default defineConfig({ target: 'http://localhost:3000', redaction: { bodyPatterns: [/sk_live_\w+/g] },});