MCPcopy Create free account
hub / github.com/TanStack/query / environment

Function environment

packages/solid-query-devtools/tsdown.config.ts:12–17  ·  view source on GitHub ↗
(development: boolean)

Source from the content-addressed store, hash-verified

10}
11
12const environment = (development: boolean) => ({
13 NODE_ENV: development ? 'development' : 'production',
14 PROD: !development,
15 DEV: development,
16 SSR: false,
17})
18
19const compiledConfig = (
20 entry: Record<string, string>,

Callers 2

compiledConfigFunction · 0.70
jsxConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected