MCPcopy
hub / github.com/sonofmagic/weapp-tailwindcss / LoadWetwConfigOptions

Interface LoadWetwConfigOptions

packages/wetw/src/config.ts:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9export const DEFAULT_FRAMEWORK: WetwFramework = 'mp-weixin'
10
11export interface LoadWetwConfigOptions {
12 cwd?: string
13 configFile?: string
14 overrides?: WetwConfig
15}
16
17export function defineConfig(config: WetwConfig) {
18 return config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected