Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ environment
Function
environment
packages/solid-query/tsdown.config.ts:12–17 ·
view source on GitHub ↗
(development: boolean)
Source
from the content-addressed store, hash-verified
10
}
11
12
const
environment = (development: boolean) => ({
13
NODE_ENV: development ?
'development'
:
'production'
,
14
PROD: !development,
15
DEV: development,
16
SSR: false,
17
})
18
19
export
default defineConfig([
20
{
Callers
1
tsdown.config.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected