UNPKG

@logaflow/next

Version:

This library was generated with [Nx](https://nx.dev).

10 lines (7 loc) 160 B
/// <reference types="vite/client" /> interface ImportMetaEnv { readonly VITE_ENVRIOMENT: string; } interface ImportMeta { readonly env: ImportMetaEnv; }