diff options
Diffstat (limited to 'packages/app/src/env.d.ts')
| -rw-r--r-- | packages/app/src/env.d.ts | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/app/src/env.d.ts b/packages/app/src/env.d.ts index 22e52f991..9b03d336f 100644 --- a/packages/app/src/env.d.ts +++ b/packages/app/src/env.d.ts @@ -1,16 +1,14 @@ -import "solid-js" - interface ImportMetaEnv { readonly VITE_OPENCODE_SERVER_HOST: string readonly VITE_OPENCODE_SERVER_PORT: string - readonly OPENCODE_CHANNEL?: "dev" | "beta" | "prod" + readonly VITE_OPENCODE_CHANNEL?: "dev" | "beta" | "prod" } interface ImportMeta { readonly env: ImportMetaEnv } -declare module "solid-js" { +export declare module "solid-js" { namespace JSX { interface Directives { sortable: true |
