deno.land / x / solidstart@v1.0.0-rc.0 / env.d.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// This file is an augmentation to the built-in ImportMeta interface// Thus cannot contain any top-level imports// <https://www.typescriptlang.org/docs/handbook/declaration-merging.html#module-augmentation>
/* eslint-disable @typescript-eslint/consistent-type-imports */
interface ImportMetaEnv extends Record<`VITE_${string}`, any>, SolidStartMetaEnv { BASE_URL: string; MODE: string; DEV: boolean; PROD: boolean; SSR: boolean;}
interface SolidStartMetaEnv { START_SSR: string; START_ISLANDS: string; START_DEV_OVERLAY: string; SERVER_BASE_URL: string;}
solidstart

Version Info

Tagged at
a month ago