| 9 | export const DEFAULT_FRAMEWORK: WetwFramework = 'mp-weixin' |
| 10 | |
| 11 | export interface LoadWetwConfigOptions { |
| 12 | cwd?: string |
| 13 | configFile?: string |
| 14 | overrides?: WetwConfig |
| 15 | } |
| 16 | |
| 17 | export function defineConfig(config: WetwConfig) { |
| 18 | return config |
nothing calls this directly
no outgoing calls
no test coverage detected