MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / solidConfig

Function solidConfig

packages/vite/configuration/solid.ts:49–53  ·  view source on GitHub ↗
({ mode })

Source from the content-addressed store, hash-verified

47];
48
49export const solidConfig = ({ mode }): UserConfig => {
50 return mergeConfig(baseConfig({ mode }), {
51 plugins,
52 });
53};

Callers

nothing calls this directly

Calls 1

baseConfigFunction · 0.85

Tested by

no test coverage detected