File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 11/// <reference types='vitest/globals' />
2-
3- interface ImportMetaEnv {
4- readonly BASE_URL : string
5- readonly DEV : '1' | import ( '@flex-development/tutils' ) . EmptyString
6- readonly GITHUB_TOKEN : string
7- readonly MODE : string
8- readonly NODE_ENV : string
9- readonly PROD : '1' | import ( '@flex-development/tutils' ) . EmptyString
10- readonly PWD : string
11- readonly SSR : '1' | import ( '@flex-development/tutils' ) . EmptyString
12- readonly TEST : 'true'
13- readonly USER : string
14- readonly VITEST : 'true'
15- readonly VITEST_MODE : 'DEV' | 'RUN'
16- readonly VITEST_POOL_ID : import ( '@flex-development/tutils' ) . Numeric
17- readonly VITEST_WORKER_ID : import ( '@flex-development/tutils' ) . Numeric
18- readonly VITE_ROOT : string
19- readonly VITE_USER_NODE_ENV : string
20- }
21-
22- interface ImportMeta {
23- readonly env : ImportMetaEnv
24- }
You can’t perform that action at this time.
0 commit comments